Html Css Color HEX #F802A7 Hollywood Cerise

📋 copy color: '#F802A7'

red 248 ◦ green 2 ◦ blue 167

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

Shades of Hollywood Cerise #F802A7

Tints of Hollywood Cerise #F802A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.05%

R = 59.47%
G = 0.48%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F802A7 (or 0xF802A7) is known color: Hollywood Cerise. HEX triplet: F8, 02 and A7. RGB value is (248,2,167). Sum of RGB (Red+Green+Blue) = 248+2+167=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F802A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F802A7 is #07FD58. Grayscale: #5D5D5D. Windows color (decimal): -523609 or 10945272. OLE color: 10945272.

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

Color convert

RGB 248 2 167 -
CMYK 0 0.99 0.33 0.03
HSL 319.76º 0.98% 0.49% -
HSV(B) 319.76º 0.99% 0.97% -
XYZ 45.71 22.79 38.55 -
YUV 94.36 169 237.58 -
System Red Green Blue C M Y K H S L
Decimal 248 2 167 0 0.99 0.33 0.03 319.76 0.98 0.49
Hex F8 2 A7 0 63 21 3 140 62 31
Octal 370 2 247 0 143 41 3 500 142 61
Binary 11111000 10 10100111 0 1100011 100001 11 101000000 1100010 110001

Color Harmonies of #F802A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F802A7

Black with #F802A7

Text Example


Text Example

White with #F802A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F802A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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