Html Css Color HEX #F801AB Hollywood Cerise

📋 copy color: '#F801AB'

red 248 ◦ green 1 ◦ blue 171

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

Shades of Hollywood Cerise #F801AB

Tints of Hollywood Cerise #F801AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 59.05%
G = 0.24%
B = 40.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F801AB (or 0xF801AB) is known color: Hollywood Cerise. HEX triplet: F8, 01 and AB. RGB value is (248,1,171). Sum of RGB (Red+Green+Blue) = 248+1+171=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F801AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F801AB is #07FE54. Grayscale: #5D5D5D. Windows color (decimal): -523861 or 11207160. OLE color: 11207160.

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

Color convert

RGB 248 1 171 -
CMYK 0 1.00 0.31 0.03
HSL 318.7º 0.99% 0.49% -
HSV(B) 318.7º 1% 0.97% -
XYZ 46.07 22.92 40.52 -
YUV 94.23 171.33 237.68 -
System Red Green Blue C M Y K H S L
Decimal 248 1 171 0 1.00 0.31 0.03 318.7 0.99 0.49
Hex F8 1 AB 0 64 1F 3 13F 63 31
Octal 370 1 253 0 144 37 3 477 143 61
Binary 11111000 1 10101011 0 1100100 11111 11 100111111 1100011 110001

Color Harmonies of #F801AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F801AB

Black with #F801AB

Text Example


Text Example

White with #F801AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F801AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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