#F714D6

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

Shades of Hot Magenta #F714D6

Tints of Hot Magenta #F714D6

Color information

#F714D6 (or 0xF714D6) is unknown color: approx Hot Magenta. HEX triplet: F7, 14 and D6. RGB value is (247,20,214). Sum of RGB (Red+Green+Blue) = 247+20+214=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 20 (8.20% from 255 or 4.16% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F714D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714D6 is #08EB29. Grayscale: #6D6D6D. Windows color (decimal): -584490 or 14030071. OLE color: 14030071.

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

Color convert

RGB24720214-
CMYK00.920.130.03
HSL308.72º93.42%52.35%-
HSV(B)308.72º91.9%96.86%-
XYZ50.7525.1365.79-
YUV109.99186.71225.73-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.35%
GREEN value IS 20 (8.20% from 255) = 4.16%
BLUE value IS 214 (83.98% from 255) = 44.49%
R=51.35%
G=4.16%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472021400.920.130.03308.7293.4252.35
HexF714D605CD31355d34
Octal36724326013415346513564
Binary111101111010011010110010111001101111001101011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F714D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F714D6; }

 p { color: rgb(247,20,214); }

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

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

 a { background-color: rgb(247,20,214); }

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

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

 span { border-color: rgb(247,20,214); }

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