#F914DC

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

Shades of Hot Magenta #F914DC

Tints of Hot Magenta #F914DC

Color information

#F914DC (or 0xF914DC) is unknown color: approx Hot Magenta. HEX triplet: F9, 14 and DC. RGB value is (249,20,220). Sum of RGB (Red+Green+Blue) = 249+20+220=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F914DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F914DC is #06EB23. Grayscale: #6E6E6E. Windows color (decimal): -453412 or 14423289. OLE color: 14423289.

HSL color Cylindrical-coordinate representation of color #F914DC: hue angle of 307.6º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914DC is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB24920220-
CMYK00.920.120.02
HSL307.6º95.02%52.75%-
HSV(B)307.6º91.97%97.65%-
XYZ52.2425.8169.94-
YUV111.27189.37226.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.92%
GREEN value IS 20 (8.20% from 255) = 4.09%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=50.92%
G=4.09%
B=44.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492022000.920.120.02307.695.0252.75
HexF914DC05CC21345f35
Octal37124334013414246413765
Binary111110011010011011100010111001100101001101001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F914DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F914DC; }

 p { color: rgb(249,20,220); }

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

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

 a { background-color: rgb(249,20,220); }

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

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

 span { border-color: rgb(249,20,220); }

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