Html Css Color HEX #F808AB Hollywood Cerise

📋 copy color: '#F808AB'

red 248 ◦ green 8 ◦ blue 171

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

Shades of Hollywood Cerise #F808AB

Tints of Hollywood Cerise #F808AB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.87%

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

R = 58.08%
G = 1.87%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F808AB (or 0xF808AB) is known color: Hollywood Cerise. HEX triplet: F8, 08 and AB. RGB value is (248,8,171). Sum of RGB (Red+Green+Blue) = 248+8+171=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 8 (3.52% from 255 or 1.87% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F808AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F808AB is #07F754. Grayscale: #616161. Windows color (decimal): -522069 or 11208952. OLE color: 11208952.

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

Color convert

RGB 248 8 171 -
CMYK 0 0.97 0.31 0.03
HSL 319.25º 0.94% 0.5% -
HSV(B) 319.25º 0.97% 0.97% -
XYZ 46.15 23.07 40.55 -
YUV 98.34 169.01 234.75 -
System Red Green Blue C M Y K H S L
Decimal 248 8 171 0 0.97 0.31 0.03 319.25 0.94 0.5
Hex F8 8 AB 0 61 1F 3 13F 5E 32
Octal 370 10 253 0 141 37 3 477 136 62
Binary 11111000 1000 10101011 0 1100001 11111 11 100111111 1011110 110010

Color Harmonies of #F808AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F808AB

Black with #F808AB

Text Example


Text Example

White with #F808AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F808AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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