Html Css Color HEX #F808A2 Hollywood Cerise

📋 copy color: '#F808A2'

red 248 ◦ green 8 ◦ blue 162

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

Shades of Hollywood Cerise #F808A2

Tints of Hollywood Cerise #F808A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.76%

R = 59.33%
G = 1.91%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F808A2 (or 0xF808A2) is known color: Hollywood Cerise. HEX triplet: F8, 08 and A2. RGB value is (248,8,162). Sum of RGB (Red+Green+Blue) = 248+8+162=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F808A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F808A2 is #07F75D. Grayscale: #606060. Windows color (decimal): -522078 or 10619128. OLE color: 10619128.

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

Color convert

RGB 248 8 162 -
CMYK 0 0.97 0.35 0.03
HSL 321.5º 0.94% 0.5% -
HSV(B) 321.5º 0.97% 0.97% -
XYZ 45.32 22.74 36.18 -
YUV 97.32 164.51 235.48 -
System Red Green Blue C M Y K H S L
Decimal 248 8 162 0 0.97 0.35 0.03 321.5 0.94 0.5
Hex F8 8 A2 0 61 23 3 142 5E 32
Octal 370 10 242 0 141 43 3 502 136 62
Binary 11111000 1000 10100010 0 1100001 100011 11 101000010 1011110 110010

Color Harmonies of #F808A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F808A2

Black with #F808A2

Text Example


Text Example

White with #F808A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F808A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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