#F4407B

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

Shades of Violet Red #F4407B

Tints of Violet Red #F4407B

Color information

#F4407B (or 0xF4407B) is unknown color: approx Violet Red. HEX triplet: F4, 40 and 7B. RGB value is (244,64,123). Sum of RGB (Red+Green+Blue) = 244+64+123=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F4407B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4407B is #0BBF84. Grayscale: #7C7C7C. Windows color (decimal): -769925 or 8077556. OLE color: 8077556.

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

Color convert

RGB24464123-
CMYK00.740.500.04
HSL340.33º89.11%60.39%-
HSV(B)340.33º73.77%95.69%-
XYZ42.7224.3321.18-
YUV124.55127.13213.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 56.61%
GREEN value IS 64 (25.39% from 255) = 14.85%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=56.61%
G=14.85%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446412300.740.500.04340.3389.1160.39
HexF4407B04A324154593c
Octal364100173011262452413174
Binary1111010010000001111011010010101100101001010101001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4407B; }

 p { color: rgb(244,64,123); }

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

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

 a { background-color: rgb(244,64,123); }

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

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

 span { border-color: rgb(244,64,123); }

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