Html Css Color HEX #F805A6 Hollywood Cerise

📋 copy color: '#F805A6'

red 248 ◦ green 5 ◦ blue 166

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

Shades of Hollywood Cerise #F805A6

Tints of Hollywood Cerise #F805A6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.19%

 BLUE value IS 166 (65.23% from 255) = 39.62%

R = 59.19%
G = 1.19%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F805A6 (or 0xF805A6) is known color: Hollywood Cerise. HEX triplet: F8, 05 and A6. RGB value is (248,5,166). Sum of RGB (Red+Green+Blue) = 248+5+166=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F805A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F805A6 is #07FA59. Grayscale: #5F5F5F. Windows color (decimal): -522842 or 10880504. OLE color: 10880504.

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

Color convert

RGB 248 5 166 -
CMYK 0 0.98 0.33 0.03
HSL 320.25º 0.96% 0.5% -
HSV(B) 320.25º 0.98% 0.97% -
XYZ 45.65 22.82 38.07 -
YUV 96.01 167.51 236.41 -
System Red Green Blue C M Y K H S L
Decimal 248 5 166 0 0.98 0.33 0.03 320.25 0.96 0.5
Hex F8 5 A6 0 62 21 3 140 60 32
Octal 370 5 246 0 142 41 3 500 140 62
Binary 11111000 101 10100110 0 1100010 100001 11 101000000 1100000 110010

Color Harmonies of #F805A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805A6

Black with #F805A6

Text Example


Text Example

White with #F805A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805A6; }

 p { color: rgb(248,5,166); }

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

background-color css

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

 a { background-color: rgb(248,5,166); }

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

border-color css

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

 span { border-color: rgb(248,5,166); }

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