Html Css Color HEX #F80CAC Hollywood Cerise

📋 copy color: '#F80CAC'

red 248 ◦ green 12 ◦ blue 172

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

Shades of Hollywood Cerise #F80CAC

Tints of Hollywood Cerise #F80CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 57.41%
G = 2.78%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F80CAC (or 0xF80CAC) is known color: Hollywood Cerise. HEX triplet: F8, 0C and AC. RGB value is (248,12,172). Sum of RGB (Red+Green+Blue) = 248+12+172=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80CAC is #07F353. Grayscale: #646464. Windows color (decimal): -521044 or 11275512. OLE color: 11275512.

HSL color Cylindrical-coordinate representation of color #F80CAC: hue angle of 319.32º 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 #F80CAC is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 12 172 -
CMYK 0 0.95 0.31 0.03
HSL 319.32º 0.94% 0.51% -
HSV(B) 319.32º 0.95% 0.97% -
XYZ 46.29 23.2 41.07 -
YUV 100.8 168.19 232.99 -
System Red Green Blue C M Y K H S L
Decimal 248 12 172 0 0.95 0.31 0.03 319.32 0.94 0.51
Hex F8 C AC 0 5F 1F 3 13F 5E 33
Octal 370 14 254 0 137 37 3 477 136 63
Binary 11111000 1100 10101100 0 1011111 11111 11 100111111 1011110 110011

Color Harmonies of #F80CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80CAC

Black with #F80CAC

Text Example


Text Example

White with #F80CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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