Html Css Color HEX #F00299 Hollywood Cerise

📋 copy color: '#F00299'

red 240 ◦ green 2 ◦ blue 153

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

Shades of Hollywood Cerise #F00299

Tints of Hollywood Cerise #F00299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 60.76%
G = 0.51%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F00299 (or 0xF00299) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 99. RGB value is (240,2,153). Sum of RGB (Red+Green+Blue) = 240+2+153=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F00299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00299 is #0FFD66. Grayscale: #5A5A5A. Windows color (decimal): -1047911 or 10027760. OLE color: 10027760.

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

Color convert

RGB 240 2 153 -
CMYK 0 0.99 0.36 0.06
HSL 321.93º 0.98% 0.47% -
HSV(B) 321.93º 0.99% 0.94% -
XYZ 41.71 20.87 31.97 -
YUV 90.38 163.35 234.72 -
System Red Green Blue C M Y K H S L
Decimal 240 2 153 0 0.99 0.36 0.06 321.93 0.98 0.47
Hex F0 2 99 0 63 24 6 142 62 2F
Octal 360 2 231 0 143 44 6 502 142 57
Binary 11110000 10 10011001 0 1100011 100100 110 101000010 1100010 101111

Color Harmonies of #F00299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00299

Black with #F00299

Text Example


Text Example

White with #F00299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00299; }

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

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

background-color css

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

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

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

border-color css

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

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

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