Html Css Color HEX #F0059F Hollywood Cerise

📋 copy color: '#F0059F'

red 240 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #F0059F

Tints of Hollywood Cerise #F0059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 59.41%
G = 1.24%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0059F (or 0xF0059F) is known color: Hollywood Cerise. HEX triplet: F0, 05 and 9F. RGB value is (240,5,159). Sum of RGB (Red+Green+Blue) = 240+5+159=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0059F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0059F is #0FFA60. Grayscale: #5C5C5C. Windows color (decimal): -1047137 or 10421744. OLE color: 10421744.

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

Color convert

RGB 240 5 159 -
CMYK 0 0.98 0.34 0.06
HSL 320.68º 0.96% 0.48% -
HSV(B) 320.68º 0.98% 0.94% -
XYZ 42.25 21.14 34.65 -
YUV 92.82 165.36 232.98 -
System Red Green Blue C M Y K H S L
Decimal 240 5 159 0 0.98 0.34 0.06 320.68 0.96 0.48
Hex F0 5 9F 0 62 22 6 141 60 30
Octal 360 5 237 0 142 42 6 501 140 60
Binary 11110000 101 10011111 0 1100010 100010 110 101000001 1100000 110000

Color Harmonies of #F0059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0059F

Black with #F0059F

Text Example


Text Example

White with #F0059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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