#F714D5

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

Shades of Hot Magenta #F714D5

Tints of Hot Magenta #F714D5

Color information

#F714D5 (or 0xF714D5) is unknown color: approx Hot Magenta. HEX triplet: F7, 14 and D5. RGB value is (247,20,213). Sum of RGB (Red+Green+Blue) = 247+20+213=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 20 (8.20% from 255 or 4.17% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F714D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F714D5 is #08EB2A. Grayscale: #6D6D6D. Windows color (decimal): -584491 or 13964535. OLE color: 13964535.

HSL color Cylindrical-coordinate representation of color #F714D5: hue angle of 308.99º 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 #F714D5 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB24720213-
CMYK00.920.140.03
HSL308.99º93.42%52.35%-
HSV(B)308.99º91.9%96.86%-
XYZ50.6225.0865.12-
YUV109.87186.21225.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.46%
GREEN value IS 20 (8.20% from 255) = 4.17%
BLUE value IS 213 (83.59% from 255) = 44.38%
R=51.46%
G=4.17%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472021300.920.140.03308.9993.4252.35
HexF714D505CE31355d34
Octal36724325013416346513564
Binary111101111010011010101010111001110111001101011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F714D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F714D5; }

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

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

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

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

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

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

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

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