Html Css Color HEX #F801AD Hollywood Cerise

📋 copy color: '#F801AD'

red 248 ◦ green 1 ◦ blue 173

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

Shades of Hollywood Cerise #F801AD

Tints of Hollywood Cerise #F801AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 58.77%
G = 0.24%
B = 41%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F801AD (or 0xF801AD) is known color: Hollywood Cerise. HEX triplet: F8, 01 and AD. RGB value is (248,1,173). Sum of RGB (Red+Green+Blue) = 248+1+173=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F801AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F801AD is #07FE52. Grayscale: #5E5E5E. Windows color (decimal): -523859 or 11338232. OLE color: 11338232.

HSL color Cylindrical-coordinate representation of color #F801AD: hue angle of 318.22º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F801AD is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 1 173 -
CMYK 0 1.00 0.30 0.03
HSL 318.22º 0.99% 0.49% -
HSV(B) 318.22º 1% 0.97% -
XYZ 46.27 23 41.54 -
YUV 94.46 172.33 237.51 -
System Red Green Blue C M Y K H S L
Decimal 248 1 173 0 1.00 0.30 0.03 318.22 0.99 0.49
Hex F8 1 AD 0 64 1E 3 13E 63 31
Octal 370 1 255 0 144 36 3 476 143 61
Binary 11111000 1 10101101 0 1100100 11110 11 100111110 1100011 110001

Color Harmonies of #F801AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801AD

Black with #F801AD

Text Example


Text Example

White with #F801AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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