#F60DD1

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

Shades of Hot Magenta #F60DD1

Tints of Hot Magenta #F60DD1

Color information

#F60DD1 (or 0xF60DD1) is unknown color: approx Hot Magenta. HEX triplet: F6, 0D and D1. RGB value is (246,13,209). Sum of RGB (Red+Green+Blue) = 246+13+209=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 13 (5.47% from 255 or 2.78% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DD1 is #09F22E. Grayscale: #686868. Windows color (decimal): -651823 or 13700598. OLE color: 13700598.

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

Color convert

RGB24613209-
CMYK00.950.150.04
HSL309.53º92.83%50.78%-
HSV(B)309.53º94.72%96.47%-
XYZ49.6624.4862.43-
YUV105.01186.69228.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.56%
GREEN value IS 13 (5.47% from 255) = 2.78%
BLUE value IS 209 (82.03% from 255) = 44.66%
R=52.56%
G=2.78%
B=44.66%

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
Decimal2461320900.950.150.04309.5392.8350.78
HexF6DD105FF41365d33
Octal36615321013717446613563
Binary111101101101110100010101111111111001001101101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60DD1; }

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

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

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

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

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

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

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

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