Html Css Color HEX #F80CA9 Hollywood Cerise

📋 copy color: '#F80CA9'

red 248 ◦ green 12 ◦ blue 169

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

Shades of Hollywood Cerise #F80CA9

Tints of Hollywood Cerise #F80CA9

RGB

 RED value IS 248 (97.27% from 255) = 57.81%

 GREEN value IS 12 (5.08% from 255) = 2.8%

 BLUE value IS 169 (66.41% from 255) = 39.39%

R = 57.81%
G = 2.8%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F80CA9 (or 0xF80CA9) is known color: Hollywood Cerise. HEX triplet: F8, 0C and A9. RGB value is (248,12,169). Sum of RGB (Red+Green+Blue) = 248+12+169=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80CA9 is #07F356. Grayscale: #646464. Windows color (decimal): -521047 or 11078904. OLE color: 11078904.

HSL color Cylindrical-coordinate representation of color #F80CA9: hue angle of 320.08º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80CA9 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 12 169 -
CMYK 0 0.95 0.32 0.03
HSL 320.08º 0.94% 0.51% -
HSV(B) 320.08º 0.95% 0.97% -
XYZ 46 23.08 39.57 -
YUV 100.46 166.69 233.23 -
System Red Green Blue C M Y K H S L
Decimal 248 12 169 0 0.95 0.32 0.03 320.08 0.94 0.51
Hex F8 C A9 0 5F 20 3 140 5E 33
Octal 370 14 251 0 137 40 3 500 136 63
Binary 11111000 1100 10101001 0 1011111 100000 11 101000000 1011110 110011

Color Harmonies of #F80CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CA9

Black with #F80CA9

Text Example


Text Example

White with #F80CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CA9; }

 p { color: rgb(248,12,169); }

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

background-color css

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

 a { background-color: rgb(248,12,169); }

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

border-color css

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

 span { border-color: rgb(248,12,169); }

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