Html Css Color HEX #F808AD Hollywood Cerise

📋 copy color: '#F808AD'

red 248 ◦ green 8 ◦ blue 173

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

Shades of Hollywood Cerise #F808AD

Tints of Hollywood Cerise #F808AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.33%

R = 57.81%
G = 1.86%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F808AD (or 0xF808AD) is known color: Hollywood Cerise. HEX triplet: F8, 08 and AD. RGB value is (248,8,173). Sum of RGB (Red+Green+Blue) = 248+8+173=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F808AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F808AD is #07F752. Grayscale: #626262. Windows color (decimal): -522067 or 11340024. OLE color: 11340024.

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

Color convert

RGB 248 8 173 -
CMYK 0 0.97 0.30 0.03
HSL 318.75º 0.94% 0.5% -
HSV(B) 318.75º 0.97% 0.97% -
XYZ 46.34 23.15 41.56 -
YUV 98.57 170.01 234.58 -
System Red Green Blue C M Y K H S L
Decimal 248 8 173 0 0.97 0.30 0.03 318.75 0.94 0.5
Hex F8 8 AD 0 61 1E 3 13F 5E 32
Octal 370 10 255 0 141 36 3 477 136 62
Binary 11111000 1000 10101101 0 1100001 11110 11 100111111 1011110 110010

Color Harmonies of #F808AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F808AD

Black with #F808AD

Text Example


Text Example

White with #F808AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F808AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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