Html Css Color HEX #F802AF Hollywood Cerise

📋 copy color: '#F802AF'

red 248 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #F802AF

Tints of Hollywood Cerise #F802AF

RGB

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

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

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

R = 58.35%
G = 0.47%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F802AF (or 0xF802AF) is known color: Hollywood Cerise. HEX triplet: F8, 02 and AF. RGB value is (248,2,175). Sum of RGB (Red+Green+Blue) = 248+2+175=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F802AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F802AF is #07FD50. Grayscale: #5E5E5E. Windows color (decimal): -523601 or 11469560. OLE color: 11469560.

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

Color convert

RGB 248 2 175 -
CMYK 0 0.99 0.29 0.03
HSL 317.8º 0.98% 0.49% -
HSV(B) 317.8º 0.99% 0.97% -
XYZ 46.47 23.1 42.57 -
YUV 95.28 173 236.93 -
System Red Green Blue C M Y K H S L
Decimal 248 2 175 0 0.99 0.29 0.03 317.8 0.98 0.49
Hex F8 2 AF 0 63 1D 3 13E 62 31
Octal 370 2 257 0 143 35 3 476 142 61
Binary 11111000 10 10101111 0 1100011 11101 11 100111110 1100010 110001

Color Harmonies of #F802AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F802AF

Black with #F802AF

Text Example


Text Example

White with #F802AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F802AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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