#F60DD2

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

Shades of Hot Magenta #F60DD2

Tints of Hot Magenta #F60DD2

Color information

#F60DD2 (or 0xF60DD2) is unknown color: approx Hot Magenta. HEX triplet: F6, 0D and D2. RGB value is (246,13,210). Sum of RGB (Red+Green+Blue) = 246+13+210=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 13 (5.47% from 255 or 2.77% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DD2 is #09F22D. Grayscale: #686868. Windows color (decimal): -651822 or 13766134. OLE color: 13766134.

HSL color Cylindrical-coordinate representation of color #F60DD2: hue angle of 309.27º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60DD2 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB24613210-
CMYK00.950.150.04
HSL309.27º92.83%50.78%-
HSV(B)309.27º94.72%96.47%-
XYZ49.7824.5363.08-
YUV105.12187.19228.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.45%
GREEN value IS 13 (5.47% from 255) = 2.77%
BLUE value IS 210 (82.42% from 255) = 44.78%
R=52.45%
G=2.77%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461321000.950.150.04309.2792.8350.78
HexF6DD205FF41355d33
Octal36615322013717446513563
Binary111101101101110100100101111111111001001101011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60DD2; }

 p { color: rgb(246,13,210); }

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

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

 a { background-color: rgb(246,13,210); }

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

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

 span { border-color: rgb(246,13,210); }

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