Html Css Color HEX #F00599 Hollywood Cerise

📋 copy color: '#F00599'

red 240 ◦ green 5 ◦ blue 153

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

Shades of Hollywood Cerise #F00599

Tints of Hollywood Cerise #F00599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

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

R = 60.3%
G = 1.26%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F00599 (or 0xF00599) is known color: Hollywood Cerise. HEX triplet: F0, 05 and 99. RGB value is (240,5,153). Sum of RGB (Red+Green+Blue) = 240+5+153=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F00599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00599 is #0FFA66. Grayscale: #5B5B5B. Windows color (decimal): -1047143 or 10028528. OLE color: 10028528.

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

Color convert

RGB 240 5 153 -
CMYK 0 0.98 0.36 0.06
HSL 322.21º 0.96% 0.48% -
HSV(B) 322.21º 0.98% 0.94% -
XYZ 41.74 20.93 31.98 -
YUV 92.14 162.36 233.47 -
System Red Green Blue C M Y K H S L
Decimal 240 5 153 0 0.98 0.36 0.06 322.21 0.96 0.48
Hex F0 5 99 0 62 24 6 142 60 30
Octal 360 5 231 0 142 44 6 502 140 60
Binary 11110000 101 10011001 0 1100010 100100 110 101000010 1100000 110000

Color Harmonies of #F00599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00599

Black with #F00599

Text Example


Text Example

White with #F00599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00599; }

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

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

background-color css

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

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

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

border-color css

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

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

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