#F415D9

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

Shades of Hot Magenta #F415D9

Tints of Hot Magenta #F415D9

Color information

#F415D9 (or 0xF415D9) is unknown color: approx Hot Magenta. HEX triplet: F4, 15 and D9. RGB value is (244,21,217). Sum of RGB (Red+Green+Blue) = 244+21+217=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F415D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F415D9 is #0BEA26. Grayscale: #6D6D6D. Windows color (decimal): -780839 or 14226932. OLE color: 14226932.

HSL color Cylindrical-coordinate representation of color #F415D9: hue angle of 307.26º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F415D9 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB24421217-
CMYK00.910.110.04
HSL307.26º91.02%51.96%-
HSV(B)307.26º91.39%95.69%-
XYZ50.124.7867.79-
YUV110.02188.38223.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.62%
GREEN value IS 21 (8.59% from 255) = 4.36%
BLUE value IS 217 (85.16% from 255) = 45.02%
R=50.62%
G=4.36%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442121700.910.110.04307.2691.0251.96
HexF415D905BB41335b34
Octal36425331013313446313364
Binary1111010010101110110010101101110111001001100111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F415D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F415D9; }

 p { color: rgb(244,21,217); }

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

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

 a { background-color: rgb(244,21,217); }

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

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

 span { border-color: rgb(244,21,217); }

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