Html Css Color HEX #F0059B Hollywood Cerise

📋 copy color: '#F0059B'

red 240 ◦ green 5 ◦ blue 155

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

Shades of Hollywood Cerise #F0059B

Tints of Hollywood Cerise #F0059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 60%
G = 1.25%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0059B (or 0xF0059B) is known color: Hollywood Cerise. HEX triplet: F0, 05 and 9B. RGB value is (240,5,155). Sum of RGB (Red+Green+Blue) = 240+5+155=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0059B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0059B is #0FFA64. Grayscale: #5C5C5C. Windows color (decimal): -1047141 or 10159600. OLE color: 10159600.

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

Color convert

RGB 240 5 155 -
CMYK 0 0.98 0.35 0.06
HSL 321.7º 0.96% 0.48% -
HSV(B) 321.7º 0.98% 0.94% -
XYZ 41.91 21 32.86 -
YUV 92.37 163.36 233.3 -
System Red Green Blue C M Y K H S L
Decimal 240 5 155 0 0.98 0.35 0.06 321.7 0.96 0.48
Hex F0 5 9B 0 62 23 6 142 60 30
Octal 360 5 233 0 142 43 6 502 140 60
Binary 11110000 101 10011011 0 1100010 100011 110 101000010 1100000 110000

Color Harmonies of #F0059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0059B

Black with #F0059B

Text Example


Text Example

White with #F0059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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