Html Css Color HEX #F801AF Hollywood Cerise

📋 copy color: '#F801AF'

red 248 ◦ green 1 ◦ blue 175

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

Shades of Hollywood Cerise #F801AF

Tints of Hollywood Cerise #F801AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.27%

R = 58.49%
G = 0.24%
B = 41.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F801AF (or 0xF801AF) is known color: Hollywood Cerise. HEX triplet: F8, 01 and AF. RGB value is (248,1,175). Sum of RGB (Red+Green+Blue) = 248+1+175=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F801AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F801AF is #07FE50. Grayscale: #5E5E5E. Windows color (decimal): -523857 or 11469304. OLE color: 11469304.

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

Color convert

RGB 248 1 175 -
CMYK 0 1.00 0.29 0.03
HSL 317.73º 0.99% 0.49% -
HSV(B) 317.73º 1% 0.97% -
XYZ 46.46 23.07 42.56 -
YUV 94.69 173.33 237.35 -
System Red Green Blue C M Y K H S L
Decimal 248 1 175 0 1.00 0.29 0.03 317.73 0.99 0.49
Hex F8 1 AF 0 64 1D 3 13E 63 31
Octal 370 1 257 0 144 35 3 476 143 61
Binary 11111000 1 10101111 0 1100100 11101 11 100111110 1100011 110001

Color Harmonies of #F801AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801AF

Black with #F801AF

Text Example


Text Example

White with #F801AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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