#F415D8

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

Shades of Hot Magenta #F415D8

Tints of Hot Magenta #F415D8

Color information

#F415D8 (or 0xF415D8) is unknown color: approx Hot Magenta. HEX triplet: F4, 15 and D8. RGB value is (244,21,216). Sum of RGB (Red+Green+Blue) = 244+21+216=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F415D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F415D8 is #0BEA27. Grayscale: #6D6D6D. Windows color (decimal): -780840 or 14161396. OLE color: 14161396.

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

Color convert

RGB24421216-
CMYK00.910.110.04
HSL307.53º91.02%51.96%-
HSV(B)307.53º91.39%95.69%-
XYZ49.9724.7367.1-
YUV109.91187.88223.64-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.73%
GREEN value IS 21 (8.59% from 255) = 4.37%
BLUE value IS 216 (84.77% from 255) = 44.91%
R=50.73%
G=4.37%
B=44.91%

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
Decimal2442121600.910.110.04307.5391.0251.96
HexF415D805BB41345b34
Octal36425330013313446413364
Binary1111010010101110110000101101110111001001101001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F415D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F415D8; }

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

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

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

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

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

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

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

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