Html Css Color HEX #F5059D Hollywood Cerise

📋 copy color: '#F5059D'

red 245 ◦ green 5 ◦ blue 157

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

Shades of Hollywood Cerise #F5059D

Tints of Hollywood Cerise #F5059D

RGB

 RED value IS 245 (96.09% from 255) = 60.2%

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

 BLUE value IS 157 (61.72% from 255) = 38.57%

R = 60.2%
G = 1.23%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5059D (or 0xF5059D) is known color: Hollywood Cerise. HEX triplet: F5, 05 and 9D. RGB value is (245,5,157). Sum of RGB (Red+Green+Blue) = 245+5+157=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5059D is #0AFA62. Grayscale: #5D5D5D. Windows color (decimal): -719459 or 10290677. OLE color: 10290677.

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

Color convert

RGB 245 5 157 -
CMYK 0 0.98 0.36 0.04
HSL 322º 0.96% 0.49% -
HSV(B) 322º 0.98% 0.96% -
XYZ 43.8 21.96 33.83 -
YUV 94.09 163.51 235.64 -
System Red Green Blue C M Y K H S L
Decimal 245 5 157 0 0.98 0.36 0.04 322 0.96 0.49
Hex F5 5 9D 0 62 24 4 142 60 31
Octal 365 5 235 0 142 44 4 502 140 61
Binary 11110101 101 10011101 0 1100010 100100 100 101000010 1100000 110001

Color Harmonies of #F5059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5059D

Black with #F5059D

Text Example


Text Example

White with #F5059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5059D; }

 p { color: rgb(245,5,157); }

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

background-color css

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

 a { background-color: rgb(245,5,157); }

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

border-color css

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

 span { border-color: rgb(245,5,157); }

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