#F514E2

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

Shades of Hot Magenta #F514E2

Tints of Hot Magenta #F514E2

Color information

#F514E2 (or 0xF514E2) is unknown color: approx Hot Magenta. HEX triplet: F5, 14 and E2. RGB value is (245,20,226). Sum of RGB (Red+Green+Blue) = 245+20+226=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 20 (8.20% from 255 or 4.07% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F514E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514E2 is #0AEB1D. Grayscale: #6E6E6E. Windows color (decimal): -715550 or 14816501. OLE color: 14816501.

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

Color convert

RGB24520226-
CMYK00.920.080.04
HSL305.07º91.84%51.96%-
HSV(B)305.07º91.84%96.08%-
XYZ51.6325.474.13-
YUV110.76193.04223.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.90%
GREEN value IS 20 (8.20% from 255) = 4.07%
BLUE value IS 226 (88.67% from 255) = 46.03%
R=49.90%
G=4.07%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452022600.920.080.04305.0791.8451.96
HexF514E205C841315c34
Octal36524342013410446113464
Binary1111010110100111000100101110010001001001100011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F514E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F514E2; }

 p { color: rgb(245,20,226); }

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

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

 a { background-color: rgb(245,20,226); }

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

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

 span { border-color: rgb(245,20,226); }

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