Html Css Color HEX #F80BAB Hollywood Cerise

📋 copy color: '#F80BAB'

red 248 ◦ green 11 ◦ blue 171

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

Shades of Hollywood Cerise #F80BAB

Tints of Hollywood Cerise #F80BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 57.67%
G = 2.56%
B = 39.77%

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

#F80BAB (or 0xF80BAB) is known color: Hollywood Cerise. HEX triplet: F8, 0B and AB. RGB value is (248,11,171). Sum of RGB (Red+Green+Blue) = 248+11+171=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F80BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80BAB is #07F454. Grayscale: #636363. Windows color (decimal): -521301 or 11209720. OLE color: 11209720.

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

Color convert

RGB 248 11 171 -
CMYK 0 0.96 0.31 0.03
HSL 319.49º 0.94% 0.51% -
HSV(B) 319.49º 0.96% 0.97% -
XYZ 46.18 23.14 40.56 -
YUV 100.1 168.02 233.49 -
System Red Green Blue C M Y K H S L
Decimal 248 11 171 0 0.96 0.31 0.03 319.49 0.94 0.51
Hex F8 B AB 0 60 1F 3 13F 5E 33
Octal 370 13 253 0 140 37 3 477 136 63
Binary 11111000 1011 10101011 0 1100000 11111 11 100111111 1011110 110011

Color Harmonies of #F80BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80BAB

Black with #F80BAB

Text Example


Text Example

White with #F80BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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