#F4457D

Color #F4457D Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #F4457D

Tints of Violet Red #F4457D

Color information

#F4457D (or 0xF4457D) is unknown color: approx Violet Red. HEX triplet: F4, 45 and 7D. RGB value is (244,69,125). Sum of RGB (Red+Green+Blue) = 244+69+125=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F4457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4457D is #0BBA82. Grayscale: #7F7F7F. Windows color (decimal): -768643 or 8209908. OLE color: 8209908.

HSL color Cylindrical-coordinate representation of color #F4457D: hue angle of 340.8º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F4457D is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB24469125-
CMYK00.720.490.04
HSL340.8º88.83%61.37%-
HSV(B)340.8º71.72%95.69%-
XYZ43.1424.9721.95-
YUV127.71126.48210.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 55.71%
GREEN value IS 69 (27.34% from 255) = 15.75%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=55.71%
G=15.75%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446912500.720.490.04340.888.8361.37
HexF4457D048314155593d
Octal364105175011061452513175
Binary1111010010001011111101010010001100011001010101011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4457D; }

 p { color: rgb(244,69,125); }

 H1.HeaderClassName
 {
   color: #F4457D;
 }
 .AnyTagClassName
 {
   color: #F4457D;
 }
</style>
background-color css

<style>
 a { background-color: #F4457D; }

 a { background-color: rgb(244,69,125); }

 div.DivClassName
 {
   background-color: #F4457D;
 }
 .BgClassName
 {
   background-color: #F4457D;
 }
</style>
border-color css

<style>
 span { border-color: #F4457D; }

 span { border-color: rgb(244,69,125); }

 td.TdClassName
 {
   border-color: #F4457D;
 }
 .TagClassName
 {
   border-color: #F4457D;
 }
</style>