Html Css Color HEX #F802D9 Hot Magenta

📋 copy color: '#F802D9'

red 248 ◦ green 2 ◦ blue 217

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

Shades of Hot Magenta #F802D9

Tints of Hot Magenta #F802D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.47%

R = 53.1%
G = 0.43%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F802D9 (or 0xF802D9) is known color: Hot Magenta. HEX triplet: F8, 02 and D9. RGB value is (248,2,217). Sum of RGB (Red+Green+Blue) = 248+2+217=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F802D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802D9 is #07FD26. Grayscale: #636363. Windows color (decimal): -523559 or 14222072. OLE color: 14222072.

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

Color convert

RGB 248 2 217 -
CMYK 0 0.99 0.12 0.03
HSL 307.56º 0.98% 0.49% -
HSV(B) 307.56º 0.99% 0.97% -
XYZ 51.26 25.01 67.77 -
YUV 100.06 194 233.52 -
System Red Green Blue C M Y K H S L
Decimal 248 2 217 0 0.99 0.12 0.03 307.56 0.98 0.49
Hex F8 2 D9 0 63 C 3 134 62 31
Octal 370 2 331 0 143 14 3 464 142 61
Binary 11111000 10 11011001 0 1100011 1100 11 100110100 1100010 110001

Color Harmonies of #F802D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F802D9

Black with #F802D9

Text Example


Text Example

White with #F802D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F802D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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