Html Css Color HEX #F40896 Hollywood Cerise

📋 copy color: '#F40896'

red 244 ◦ green 8 ◦ blue 150

#F40896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #F40896

Tints of Hollywood Cerise #F40896

RGB

 RED value IS 244 (95.7% from 255) = 60.7%

 GREEN value IS 8 (3.52% from 255) = 1.99%

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 60.7%
G = 1.99%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F40896 (or 0xF40896) is known color: Hollywood Cerise. HEX triplet: F4, 08 and 96. RGB value is (244,8,150). Sum of RGB (Red+Green+Blue) = 244+8+150=402 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.70% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 244 - color contains mainly: red. Hex color #F40896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40896 is #0BF769. Grayscale: #5E5E5E. Windows color (decimal): -784234 or 9832692. OLE color: 9832692.

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

Color convert

RGB 244 8 150 -
CMYK 0 0.97 0.39 0.04
HSL 323.9º 0.94% 0.49% -
HSV(B) 323.9º 0.97% 0.96% -
XYZ 42.9 21.61 30.76 -
YUV 94.75 159.19 234.45 -
System Red Green Blue C M Y K H S L
Decimal 244 8 150 0 0.97 0.39 0.04 323.9 0.94 0.49
Hex F4 8 96 0 61 27 4 144 5E 31
Octal 364 10 226 0 141 47 4 504 136 61
Binary 11110100 1000 10010110 0 1100001 100111 100 101000100 1011110 110001

Color Harmonies of #F40896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40896

Black with #F40896

Text Example


Text Example

White with #F40896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40896; }

 p { color: rgb(244,8,150); }

 H1.HeaderClassName
 {
   color: #F40896;
 }
 .AnyTagClassName
 {
   color: #F40896;
 }
</style>

background-color css

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

 a { background-color: rgb(244,8,150); }

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

border-color css

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

 span { border-color: rgb(244,8,150); }

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