#F914DD

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

Shades of Hot Magenta #F914DD

Tints of Hot Magenta #F914DD

Color information

#F914DD (or 0xF914DD) is unknown color: approx Hot Magenta. HEX triplet: F9, 14 and DD. RGB value is (249,20,221). Sum of RGB (Red+Green+Blue) = 249+20+221=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 20 (8.20% from 255 or 4.08% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F914DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F914DD is #06EB22. Grayscale: #6E6E6E. Windows color (decimal): -453411 or 14488825. OLE color: 14488825.

HSL color Cylindrical-coordinate representation of color #F914DD: hue angle of 307.34º 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 #F914DD is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB24920221-
CMYK00.920.110.02
HSL307.34º95.02%52.75%-
HSV(B)307.34º91.97%97.65%-
XYZ52.3725.8670.64-
YUV111.38189.87226.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.82%
GREEN value IS 20 (8.20% from 255) = 4.08%
BLUE value IS 221 (86.72% from 255) = 45.10%
R=50.82%
G=4.08%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492022100.920.110.02307.3495.0252.75
HexF914DD05CB21335f35
Octal37124335013413246313765
Binary111110011010011011101010111001011101001100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F914DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F914DD; }

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

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

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

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

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

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

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

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