Html Css Color HEX #F5029C Hollywood Cerise

📋 copy color: '#F5029C'

red 245 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #F5029C

Tints of Hollywood Cerise #F5029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

 BLUE value IS 156 (61.33% from 255) = 38.71%

R = 60.79%
G = 0.5%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5029C (or 0xF5029C) is known color: Hollywood Cerise. HEX triplet: F5, 02 and 9C. RGB value is (245,2,156). Sum of RGB (Red+Green+Blue) = 245+2+156=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F5029C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5029C is #0AFD63. Grayscale: #5B5B5B. Windows color (decimal): -720228 or 10224373. OLE color: 10224373.

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

Color convert

RGB 245 2 156 -
CMYK 0 0.99 0.36 0.04
HSL 321.98º 0.98% 0.48% -
HSV(B) 321.98º 0.99% 0.96% -
XYZ 43.68 21.86 33.37 -
YUV 92.21 164.01 236.98 -
System Red Green Blue C M Y K H S L
Decimal 245 2 156 0 0.99 0.36 0.04 321.98 0.98 0.48
Hex F5 2 9C 0 63 24 4 142 62 30
Octal 365 2 234 0 143 44 4 502 142 60
Binary 11110101 10 10011100 0 1100011 100100 100 101000010 1100010 110000

Color Harmonies of #F5029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5029C

Black with #F5029C

Text Example


Text Example

White with #F5029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5029C; }

 p { color: rgb(245,2,156); }

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

background-color css

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

 a { background-color: rgb(245,2,156); }

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

border-color css

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

 span { border-color: rgb(245,2,156); }

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