#F514FF

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

Shades of Magenta #F514FF

Tints of Magenta #F514FF

Color information

#F514FF (or 0xF514FF) is unknown color: approx Magenta. HEX triplet: F5, 14 and FF. RGB value is (245,20,255). Sum of RGB (Red+Green+Blue) = 245+20+255=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 20 (8.20% from 255 or 3.85% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #F514FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F514FF is #0AEB00. Grayscale: #717171. Windows color (decimal): -715521 or 16717045. OLE color: 16717045.

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

Color convert

RGB24520255-
CMYK0.040.9200
HSL297.45º100%53.92%-
HSV(B)297.45º92.16%100%-
XYZ55.9627.1396.9-
YUV114.06207.54221.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 20 (8.20% from 255) = 3.85%
BLUE value IS 255 (100% from 255) = 49.04%
R=47.12%
G=3.85%
B=49.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal245202550.040.9200297.4510053.92
HexF514FF45C001296436
Octal3652437741340045114466
Binary1111010110100111111111001011100001001010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F514FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F514FF; }

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

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

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

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

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

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

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

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