#F514E1

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

Shades of Hot Magenta #F514E1

Tints of Hot Magenta #F514E1

Color information

#F514E1 (or 0xF514E1) is unknown color: approx Hot Magenta. HEX triplet: F5, 14 and E1. RGB value is (245,20,225). Sum of RGB (Red+Green+Blue) = 245+20+225=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 20 (8.20% from 255 or 4.08% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F514E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514E1 is #0AEB1E. Grayscale: #6E6E6E. Windows color (decimal): -715551 or 14750965. OLE color: 14750965.

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

Color convert

RGB24520225-
CMYK00.920.080.04
HSL305.33º91.84%51.96%-
HSV(B)305.33º91.84%96.08%-
XYZ51.525.3573.41-
YUV110.64192.54223.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 4.08%
BLUE value IS 225 (88.28% from 255) = 45.92%
R=50%
G=4.08%
B=45.92%

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
Decimal2452022500.920.080.04305.3391.8451.96
HexF514E105C841315c34
Octal36524341013410446113464
Binary1111010110100111000010101110010001001001100011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F514E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F514E1; }

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

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

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

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

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

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

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

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