Html Css Color HEX #F00598 Hollywood Cerise

📋 copy color: '#F00598'

red 240 ◦ green 5 ◦ blue 152

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

Shades of Hollywood Cerise #F00598

Tints of Hollywood Cerise #F00598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.29%

R = 60.45%
G = 1.26%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F00598 (or 0xF00598) is known color: Hollywood Cerise. HEX triplet: F0, 05 and 98. RGB value is (240,5,152). Sum of RGB (Red+Green+Blue) = 240+5+152=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F00598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00598 is #0FFA67. Grayscale: #5B5B5B. Windows color (decimal): -1047144 or 9962992. OLE color: 9962992.

HSL color Cylindrical-coordinate representation of color #F00598: hue angle of 322.47º 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 #F00598 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 152 -
CMYK 0 0.98 0.37 0.06
HSL 322.47º 0.96% 0.48% -
HSV(B) 322.47º 0.98% 0.94% -
XYZ 41.66 20.9 31.54 -
YUV 92.02 161.86 233.55 -
System Red Green Blue C M Y K H S L
Decimal 240 5 152 0 0.98 0.37 0.06 322.47 0.96 0.48
Hex F0 5 98 0 62 25 6 142 60 30
Octal 360 5 230 0 142 45 6 502 140 60
Binary 11110000 101 10011000 0 1100010 100101 110 101000010 1100000 110000

Color Harmonies of #F00598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00598

Black with #F00598

Text Example


Text Example

White with #F00598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00598; }

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

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

background-color css

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

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

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

border-color css

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

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

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