Html Css Color HEX #F802AC Hollywood Cerise

📋 copy color: '#F802AC'

red 248 ◦ green 2 ◦ blue 172

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

Shades of Hollywood Cerise #F802AC

Tints of Hollywood Cerise #F802AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 58.77%
G = 0.47%
B = 40.76%

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

#F802AC (or 0xF802AC) is known color: Hollywood Cerise. HEX triplet: F8, 02 and AC. RGB value is (248,2,172). Sum of RGB (Red+Green+Blue) = 248+2+172=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F802AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F802AC is #07FD53. Grayscale: #5E5E5E. Windows color (decimal): -523604 or 11272952. OLE color: 11272952.

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

Color convert

RGB 248 2 172 -
CMYK 0 0.99 0.31 0.03
HSL 318.54º 0.98% 0.49% -
HSV(B) 318.54º 0.99% 0.97% -
XYZ 46.18 22.98 41.03 -
YUV 94.93 171.5 237.18 -
System Red Green Blue C M Y K H S L
Decimal 248 2 172 0 0.99 0.31 0.03 318.54 0.98 0.49
Hex F8 2 AC 0 63 1F 3 13F 62 31
Octal 370 2 254 0 143 37 3 477 142 61
Binary 11111000 10 10101100 0 1100011 11111 11 100111111 1100010 110001

Color Harmonies of #F802AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F802AC

Black with #F802AC

Text Example


Text Example

White with #F802AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F802AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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