Html Css Color HEX #F802AB Hollywood Cerise

📋 copy color: '#F802AB'

red 248 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #F802AB

Tints of Hollywood Cerise #F802AB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 58.91%
G = 0.48%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F802AB (or 0xF802AB) is known color: Hollywood Cerise. HEX triplet: F8, 02 and AB. RGB value is (248,2,171). Sum of RGB (Red+Green+Blue) = 248+2+171=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F802AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F802AB is #07FD54. Grayscale: #5E5E5E. Windows color (decimal): -523605 or 11207416. OLE color: 11207416.

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

Color convert

RGB 248 2 171 -
CMYK 0 0.99 0.31 0.03
HSL 318.78º 0.98% 0.49% -
HSV(B) 318.78º 0.99% 0.97% -
XYZ 46.08 22.94 40.53 -
YUV 94.82 171 237.26 -
System Red Green Blue C M Y K H S L
Decimal 248 2 171 0 0.99 0.31 0.03 318.78 0.98 0.49
Hex F8 2 AB 0 63 1F 3 13F 62 31
Octal 370 2 253 0 143 37 3 477 142 61
Binary 11111000 10 10101011 0 1100011 11111 11 100111111 1100010 110001

Color Harmonies of #F802AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F802AB

Black with #F802AB

Text Example


Text Example

White with #F802AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F802AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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