#FF14F6

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

Shades of Magenta #FF14F6

Tints of Magenta #FF14F6

Color information

#FF14F6 (or 0xFF14F6) is unknown color: approx Magenta. HEX triplet: FF, 14 and F6. RGB value is (255,20,246). Sum of RGB (Red+Green+Blue) = 255+20+246=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 20 (8.20% from 255 or 3.84% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF14F6 is #00EB09. Grayscale: #737373. Windows color (decimal): -60170 or 16127231. OLE color: 16127231.

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

Color convert

RGB25520246-
CMYK00.920.040
HSL302.3º100%53.92%-
HSV(B)302.3º92.16%100%-
XYZ58.1228.4189.61-
YUV116.03201.36227.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 20 (8.20% from 255) = 3.84%
BLUE value IS 246 (96.48% from 255) = 47.22%
R=48.94%
G=3.84%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552024600.920.040302.310053.92
HexFF14F605C4012e6436
Octal3772436601344045614466
Binary1111111110100111101100101110010001001011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF14F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF14F6; }

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

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

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

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

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

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

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

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