Html Css Color HEX #F80BAC Hollywood Cerise

📋 copy color: '#F80BAC'

red 248 ◦ green 11 ◦ blue 172

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

Shades of Hollywood Cerise #F80BAC

Tints of Hollywood Cerise #F80BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.55%

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

R = 57.54%
G = 2.55%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F80BAC (or 0xF80BAC) is known color: Hollywood Cerise. HEX triplet: F8, 0B and AC. RGB value is (248,11,172). Sum of RGB (Red+Green+Blue) = 248+11+172=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80BAC is #07F453. Grayscale: #636363. Windows color (decimal): -521300 or 11275256. OLE color: 11275256.

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

Color convert

RGB 248 11 172 -
CMYK 0 0.96 0.31 0.03
HSL 319.24º 0.94% 0.51% -
HSV(B) 319.24º 0.96% 0.97% -
XYZ 46.28 23.17 41.06 -
YUV 100.22 168.52 233.41 -
System Red Green Blue C M Y K H S L
Decimal 248 11 172 0 0.96 0.31 0.03 319.24 0.94 0.51
Hex F8 B AC 0 60 1F 3 13F 5E 33
Octal 370 13 254 0 140 37 3 477 136 63
Binary 11111000 1011 10101100 0 1100000 11111 11 100111111 1011110 110011

Color Harmonies of #F80BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BAC

Black with #F80BAC

Text Example


Text Example

White with #F80BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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