#F807DC

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

Shades of Hot Magenta #F807DC

Tints of Hot Magenta #F807DC

Color information

#F807DC (or 0xF807DC) is unknown color: approx Hot Magenta. HEX triplet: F8, 07 and DC. RGB value is (248,7,220). Sum of RGB (Red+Green+Blue) = 248+7+220=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 7 (3.12% from 255 or 1.47% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F807DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F807DC is #07F823. Grayscale: #666666. Windows color (decimal): -522276 or 14419960. OLE color: 14419960.

HSL color Cylindrical-coordinate representation of color #F807DC: hue angle of 306.97º degrees, saturation: 0.95, 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 #F807DC is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB2487220-
CMYK00.970.110.03
HSL306.97º94.51%50%-
HSV(B)306.97º97.18%97.25%-
XYZ51.7125.2869.86-
YUV103.34193.84231.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.21%
GREEN value IS 7 (3.12% from 255) = 1.47%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=52.21%
G=1.47%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248722000.970.110.03306.9794.5150
HexF87DC061B31335f32
Octal3707334014113346313762
Binary1111100011111011100011000011011111001100111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F807DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F807DC; }

 p { color: rgb(248,7,220); }

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

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

 a { background-color: rgb(248,7,220); }

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

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

 span { border-color: rgb(248,7,220); }

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