#F415DC

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

Shades of Hot Magenta #F415DC

Tints of Hot Magenta #F415DC

Color information

#F415DC (or 0xF415DC) is unknown color: approx Hot Magenta. HEX triplet: F4, 15 and DC. RGB value is (244,21,220). Sum of RGB (Red+Green+Blue) = 244+21+220=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 21 (8.59% from 255 or 4.33% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F415DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F415DC is #0BEA23. Grayscale: #6D6D6D. Windows color (decimal): -780836 or 14423540. OLE color: 14423540.

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

Color convert

RGB24421220-
CMYK00.910.100.04
HSL306.46º91.02%51.96%-
HSV(B)306.46º91.39%95.69%-
XYZ50.4924.9469.86-
YUV110.36189.88223.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.31%
GREEN value IS 21 (8.59% from 255) = 4.33%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=50.31%
G=4.33%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442122000.910.100.04306.4691.0251.96
HexF415DC05BA41325b34
Octal36425334013312446213364
Binary1111010010101110111000101101110101001001100101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F415DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F415DC; }

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

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

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

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

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

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

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

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