Html Css Color HEX #F805AD Hollywood Cerise

📋 copy color: '#F805AD'

red 248 ◦ green 5 ◦ blue 173

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

Shades of Hollywood Cerise #F805AD

Tints of Hollywood Cerise #F805AD

RGB

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

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

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

R = 58.22%
G = 1.17%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F805AD (or 0xF805AD) is known color: Hollywood Cerise. HEX triplet: F8, 05 and AD. RGB value is (248,5,173). Sum of RGB (Red+Green+Blue) = 248+5+173=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F805AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F805AD is #07FA52. Grayscale: #606060. Windows color (decimal): -522835 or 11339256. OLE color: 11339256.

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

Color convert

RGB 248 5 173 -
CMYK 0 0.98 0.30 0.03
HSL 318.52º 0.96% 0.5% -
HSV(B) 318.52º 0.98% 0.97% -
XYZ 46.31 23.08 41.55 -
YUV 96.81 171.01 235.84 -
System Red Green Blue C M Y K H S L
Decimal 248 5 173 0 0.98 0.30 0.03 318.52 0.96 0.5
Hex F8 5 AD 0 62 1E 3 13F 60 32
Octal 370 5 255 0 142 36 3 477 140 62
Binary 11111000 101 10101101 0 1100010 11110 11 100111111 1100000 110010

Color Harmonies of #F805AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805AD

Black with #F805AD

Text Example


Text Example

White with #F805AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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