#F802D7

Color #F802D7 Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #F802D7

Tints of Hot Magenta #F802D7

Color information

#F802D7 (or 0xF802D7) is unknown color: approx Hot Magenta. HEX triplet: F8, 02 and D7. RGB value is (248,2,215). Sum of RGB (Red+Green+Blue) = 248+2+215=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F802D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802D7 is #07FD28. Grayscale: #636363. Windows color (decimal): -523561 or 14091000. OLE color: 14091000.

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

Color convert

RGB2482215-
CMYK00.990.130.03
HSL308.05º98.4%49.02%-
HSV(B)308.05º99.19%97.25%-
XYZ5124.9166.41-
YUV99.84193233.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.33%
GREEN value IS 2 (1.17% from 255) = 0.43%
BLUE value IS 215 (84.38% from 255) = 46.24%
R=53.33%
G=0.43%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248221500.990.130.03308.0598.449.02
HexF82D7063D31346231
Octal3702327014315346414261
Binary111110001011010111011000111101111001101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F802D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F802D7; }

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

 H1.HeaderClassName
 {
   color: #F802D7;
 }
 .AnyTagClassName
 {
   color: #F802D7;
 }
</style>
background-color css

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

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

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

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

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

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