Html Css Color HEX #F40096 Hollywood Cerise

📋 copy color: '#F40096'

red 244 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #F40096

Tints of Hollywood Cerise #F40096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.93%
G = 0%
B = 38.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F40096 (or 0xF40096) is known color: Hollywood Cerise. HEX triplet: F4, 00 and 96. RGB value is (244,0,150). Sum of RGB (Red+Green+Blue) = 244+0+150=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F40096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40096 is #0BFF69. Grayscale: #595959. Windows color (decimal): -786282 or 9830644. OLE color: 9830644.

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

Color convert

RGB 244 0 150 -
CMYK 0 1 0.39 0.04
HSL 323.11º 1% 0.48% -
HSV(B) 323.11º 1% 0.96% -
XYZ 42.81 21.44 30.74 -
YUV 90.06 161.84 237.8 -
System Red Green Blue C M Y K H S L
Decimal 244 0 150 0 1 0.39 0.04 323.11 1 0.48
Hex F4 0 96 0 64 27 4 143 64 30
Octal 364 0 226 0 144 47 4 503 144 60
Binary 11110100 0 10010110 0 1100100 100111 100 101000011 1100100 110000

Color Harmonies of #F40096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40096

Black with #F40096

Text Example


Text Example

White with #F40096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40096; }

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

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

background-color css

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

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

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

border-color css

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

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

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