Html Css Color HEX #F00F99 Hollywood Cerise

📋 copy color: '#F00F99'

red 240 ◦ green 15 ◦ blue 153

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

Shades of Hollywood Cerise #F00F99

Tints of Hollywood Cerise #F00F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.68%

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

R = 58.82%
G = 3.68%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F00F99 (or 0xF00F99) is known color: Hollywood Cerise. HEX triplet: F0, 0F and 99. RGB value is (240,15,153). Sum of RGB (Red+Green+Blue) = 240+15+153=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00F99 is #0FF066. Grayscale: #616161. Windows color (decimal): -1044583 or 10031088. OLE color: 10031088.

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

Color convert

RGB 240 15 153 -
CMYK 0 0.94 0.36 0.06
HSL 323.2º 0.88% 0.5% -
HSV(B) 323.2º 0.94% 0.94% -
XYZ 41.86 21.17 32.02 -
YUV 98.01 159.04 229.28 -
System Red Green Blue C M Y K H S L
Decimal 240 15 153 0 0.94 0.36 0.06 323.2 0.88 0.5
Hex F0 F 99 0 5E 24 6 143 58 32
Octal 360 17 231 0 136 44 6 503 130 62
Binary 11110000 1111 10011001 0 1011110 100100 110 101000011 1011000 110010

Color Harmonies of #F00F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F99

Black with #F00F99

Text Example


Text Example

White with #F00F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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