Html Css Color HEX #F805AA Hollywood Cerise

📋 copy color: '#F805AA'

red 248 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #F805AA

Tints of Hollywood Cerise #F805AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 58.63%
G = 1.18%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F805AA (or 0xF805AA) is known color: Hollywood Cerise. HEX triplet: F8, 05 and AA. RGB value is (248,5,170). Sum of RGB (Red+Green+Blue) = 248+5+170=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F805AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F805AA is #07FA55. Grayscale: #606060. Windows color (decimal): -522838 or 11142648. OLE color: 11142648.

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

Color convert

RGB 248 5 170 -
CMYK 0 0.98 0.31 0.03
HSL 319.26º 0.96% 0.5% -
HSV(B) 319.26º 0.98% 0.97% -
XYZ 46.02 22.97 40.04 -
YUV 96.47 169.51 236.08 -
System Red Green Blue C M Y K H S L
Decimal 248 5 170 0 0.98 0.31 0.03 319.26 0.96 0.5
Hex F8 5 AA 0 62 1F 3 13F 60 32
Octal 370 5 252 0 142 37 3 477 140 62
Binary 11111000 101 10101010 0 1100010 11111 11 100111111 1100000 110010

Color Harmonies of #F805AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805AA

Black with #F805AA

Text Example


Text Example

White with #F805AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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