Html Css Color HEX #F00199 Hollywood Cerise

📋 copy color: '#F00199'

red 240 ◦ green 1 ◦ blue 153

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

Shades of Hollywood Cerise #F00199

Tints of Hollywood Cerise #F00199

RGB

 RED value IS 240 (94.14% from 255) = 60.91%

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 60.91%
G = 0.25%
B = 38.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F00199 (or 0xF00199) is known color: Hollywood Cerise. HEX triplet: F0, 01 and 99. RGB value is (240,1,153). Sum of RGB (Red+Green+Blue) = 240+1+153=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F00199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00199 is #0FFE66. Grayscale: #595959. Windows color (decimal): -1048167 or 10027504. OLE color: 10027504.

HSL color Cylindrical-coordinate representation of color #F00199: hue angle of 321.84º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00199 is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 153 -
CMYK 0 1.00 0.36 0.06
HSL 321.84º 0.99% 0.47% -
HSV(B) 321.84º 1% 0.94% -
XYZ 41.7 20.85 31.96 -
YUV 89.79 163.68 235.14 -
System Red Green Blue C M Y K H S L
Decimal 240 1 153 0 1.00 0.36 0.06 321.84 0.99 0.47
Hex F0 1 99 0 64 24 6 142 63 2F
Octal 360 1 231 0 144 44 6 502 143 57
Binary 11110000 1 10011001 0 1100100 100100 110 101000010 1100011 101111

Color Harmonies of #F00199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00199

Black with #F00199

Text Example


Text Example

White with #F00199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00199; }

 p { color: rgb(240,1,153); }

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

background-color css

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

 a { background-color: rgb(240,1,153); }

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

border-color css

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

 span { border-color: rgb(240,1,153); }

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