#F4408A

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

Shades of Violet Red #F4408A

Tints of Violet Red #F4408A

Color information

#F4408A (or 0xF4408A) is unknown color: approx Violet Red. HEX triplet: F4, 40 and 8A. RGB value is (244,64,138). Sum of RGB (Red+Green+Blue) = 244+64+138=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F4408A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4408A is #0BBF75. Grayscale: #7E7E7E. Windows color (decimal): -769910 or 9060596. OLE color: 9060596.

HSL color Cylindrical-coordinate representation of color #F4408A: hue angle of 335.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 #F4408A is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB24464138-
CMYK00.740.430.04
HSL335.33º89.11%60.39%-
HSV(B)335.33º73.77%95.69%-
XYZ43.7324.7326.51-
YUV126.26134.63211.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.71%
GREEN value IS 64 (25.39% from 255) = 14.35%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=54.71%
G=14.35%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446413800.740.430.04335.3389.1160.39
HexF4408A04A2B414f593c
Octal364100212011253451713174
Binary11110100100000010001010010010101010111001010011111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4408A; }

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

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

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

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

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

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

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

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