#F612DF

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

Shades of Hot Magenta #F612DF

Tints of Hot Magenta #F612DF

Color information

#F612DF (or 0xF612DF) is unknown color: approx Hot Magenta. HEX triplet: F6, 12 and DF. RGB value is (246,18,223). Sum of RGB (Red+Green+Blue) = 246+18+223=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 18 (7.42% from 255 or 3.70% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F612DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F612DF is #09ED20. Grayscale: #6C6C6C. Windows color (decimal): -650529 or 14619382. OLE color: 14619382.

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

Color convert

RGB24618223-
CMYK00.930.090.04
HSL306.05º92.68%51.76%-
HSV(B)306.05º92.68%96.47%-
XYZ51.5425.3571.99-
YUV109.54192.04225.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.51%
GREEN value IS 18 (7.42% from 255) = 3.70%
BLUE value IS 223 (87.5% from 255) = 45.79%
R=50.51%
G=3.70%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461822300.930.090.04306.0592.6851.76
HexF612DF05D941325d34
Octal36622337013511446213564
Binary1111011010010110111110101110110011001001100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F612DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F612DF; }

 p { color: rgb(246,18,223); }

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

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

 a { background-color: rgb(246,18,223); }

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

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

 span { border-color: rgb(246,18,223); }

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