#F808D9

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

Shades of Hot Magenta #F808D9

Tints of Hot Magenta #F808D9

Color information

#F808D9 (or 0xF808D9) is unknown color: approx Hot Magenta. HEX triplet: F8, 08 and D9. RGB value is (248,8,217). Sum of RGB (Red+Green+Blue) = 248+8+217=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F808D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F808D9 is #07F726. Grayscale: #666666. Windows color (decimal): -522023 or 14223608. OLE color: 14223608.

HSL color Cylindrical-coordinate representation of color #F808D9: hue angle of 307.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F808D9 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB2488217-
CMYK00.970.120.03
HSL307.75º94.49%50.2%-
HSV(B)307.75º96.77%97.25%-
XYZ51.3225.1467.79-
YUV103.59192.01231.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.43%
GREEN value IS 8 (3.52% from 255) = 1.69%
BLUE value IS 217 (85.16% from 255) = 45.88%
R=52.43%
G=1.69%
B=45.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248821700.970.120.03307.7594.4950.2
HexF88D9061C31345e32
Octal37010331014114346413662
Binary11111000100011011001011000011100111001101001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F808D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F808D9; }

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

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

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

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

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

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

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

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