#F914DE

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

Shades of Hot Magenta #F914DE

Tints of Hot Magenta #F914DE

Color information

#F914DE (or 0xF914DE) is unknown color: approx Hot Magenta. HEX triplet: F9, 14 and DE. RGB value is (249,20,222). Sum of RGB (Red+Green+Blue) = 249+20+222=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 20 (8.20% from 255 or 4.07% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F914DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F914DE is #06EB21. Grayscale: #6E6E6E. Windows color (decimal): -453410 or 14554361. OLE color: 14554361.

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

Color convert

RGB24920222-
CMYK00.920.110.02
HSL307.07º95.02%52.75%-
HSV(B)307.07º91.97%97.65%-
XYZ52.525.9171.34-
YUV111.5190.37226.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.71%
GREEN value IS 20 (8.20% from 255) = 4.07%
BLUE value IS 222 (87.11% from 255) = 45.21%
R=50.71%
G=4.07%
B=45.21%

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
Decimal2492022200.920.110.02307.0795.0252.75
HexF914DE05CB21335f35
Octal37124336013413246313765
Binary111110011010011011110010111001011101001100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F914DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F914DE; }

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

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

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

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

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

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

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

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