Html Css Color HEX #F00D99 Hollywood Cerise

📋 copy color: '#F00D99'

red 240 ◦ green 13 ◦ blue 153

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

Shades of Hollywood Cerise #F00D99

Tints of Hollywood Cerise #F00D99

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.2%

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

R = 59.11%
G = 3.2%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F00D99 (or 0xF00D99) is known color: Hollywood Cerise. HEX triplet: F0, 0D and 99. RGB value is (240,13,153). Sum of RGB (Red+Green+Blue) = 240+13+153=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F00D99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00D99 is #0FF266. Grayscale: #606060. Windows color (decimal): -1045095 or 10030576. OLE color: 10030576.

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

Color convert

RGB 240 13 153 -
CMYK 0 0.95 0.36 0.06
HSL 323º 0.9% 0.5% -
HSV(B) 323º 0.95% 0.94% -
XYZ 41.83 21.11 32.01 -
YUV 96.83 159.71 230.12 -
System Red Green Blue C M Y K H S L
Decimal 240 13 153 0 0.95 0.36 0.06 323 0.9 0.5
Hex F0 D 99 0 5F 24 6 143 5A 32
Octal 360 15 231 0 137 44 6 503 132 62
Binary 11110000 1101 10011001 0 1011111 100100 110 101000011 1011010 110010

Color Harmonies of #F00D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00D99

Black with #F00D99

Text Example


Text Example

White with #F00D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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