#FF14FE

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

Shades of Magenta #FF14FE

Tints of Magenta #FF14FE

Color information

#FF14FE (or 0xFF14FE) is unknown color: approx Magenta. HEX triplet: FF, 14 and FE. RGB value is (255,20,254). Sum of RGB (Red+Green+Blue) = 255+20+254=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 20 (8.20% from 255 or 3.78% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF14FE is #00EB01. Grayscale: #747474. Windows color (decimal): -60162 or 16651519. OLE color: 16651519.

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

Color convert

RGB25520254-
CMYK00.920.000
HSL300.26º100%53.92%-
HSV(B)300.26º92.16%100%-
XYZ59.3828.9296.22-
YUV116.94205.36226.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 20 (8.20% from 255) = 3.78%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=48.20%
G=3.78%
B=48.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552025400.920.000300.2610053.92
HexFF14FE05C0012c6436
Octal3772437601340045414466
Binary11111111101001111111001011100001001011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF14FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF14FE; }

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

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

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

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

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

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

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

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