#F415DA

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

Shades of Hot Magenta #F415DA

Tints of Hot Magenta #F415DA

Color information

#F415DA (or 0xF415DA) is unknown color: approx Hot Magenta. HEX triplet: F4, 15 and DA. RGB value is (244,21,218). Sum of RGB (Red+Green+Blue) = 244+21+218=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F415DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F415DA is #0BEA25. Grayscale: #6D6D6D. Windows color (decimal): -780838 or 14292468. OLE color: 14292468.

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

Color convert

RGB24421218-
CMYK00.910.110.04
HSL307º91.02%51.96%-
HSV(B)307º91.39%95.69%-
XYZ50.2324.8368.48-
YUV110.14188.88223.48-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.52%
GREEN value IS 21 (8.59% from 255) = 4.35%
BLUE value IS 218 (85.55% from 255) = 45.13%
R=50.52%
G=4.35%
B=45.13%

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
Decimal2442121800.910.110.0430791.0251.96
HexF415DA05BB41335b34
Octal36425332013313446313364
Binary1111010010101110110100101101110111001001100111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F415DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F415DA; }

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

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

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

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

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

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

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

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