#F60FD0

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

Shades of Hot Magenta #F60FD0

Tints of Hot Magenta #F60FD0

Color information

#F60FD0 (or 0xF60FD0) is unknown color: approx Hot Magenta. HEX triplet: F6, 0F and D0. RGB value is (246,15,208). Sum of RGB (Red+Green+Blue) = 246+15+208=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60FD0 is #09F02F. Grayscale: #696969. Windows color (decimal): -651312 or 13635574. OLE color: 13635574.

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

Color convert

RGB24615208-
CMYK00.940.150.04
HSL309.87º92.77%51.18%-
HSV(B)309.87º93.9%96.47%-
XYZ49.5624.4961.79-
YUV106.07185.53227.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.45%
GREEN value IS 15 (6.25% from 255) = 3.20%
BLUE value IS 208 (81.64% from 255) = 44.35%
R=52.45%
G=3.20%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461520800.940.150.04309.8792.7751.18
HexF6FD005EF41365d33
Octal36617320013617446613563
Binary111101101111110100000101111011111001001101101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60FD0; }

 p { color: rgb(246,15,208); }

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

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

 a { background-color: rgb(246,15,208); }

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

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

 span { border-color: rgb(246,15,208); }

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