#F712D7

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

Shades of Hot Magenta #F712D7

Tints of Hot Magenta #F712D7

Color information

#F712D7 (or 0xF712D7) is unknown color: approx Hot Magenta. HEX triplet: F7, 12 and D7. RGB value is (247,18,215). Sum of RGB (Red+Green+Blue) = 247+18+215=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F712D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712D7 is #08ED28. Grayscale: #6C6C6C. Windows color (decimal): -585001 or 14095095. OLE color: 14095095.

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

Color convert

RGB24718215-
CMYK00.930.130.03
HSL308.38º93.47%51.96%-
HSV(B)308.38º92.71%96.86%-
XYZ50.8425.1166.46-
YUV108.93187.87226.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.46%
GREEN value IS 18 (7.42% from 255) = 3.75%
BLUE value IS 215 (84.38% from 255) = 44.79%
R=51.46%
G=3.75%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471821500.930.130.03308.3893.4751.96
HexF712D705DD31345d34
Octal36722327013515346413564
Binary111101111001011010111010111011101111001101001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F712D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F712D7; }

 p { color: rgb(247,18,215); }

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

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

 a { background-color: rgb(247,18,215); }

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

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

 span { border-color: rgb(247,18,215); }

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