#FF14F7

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

Shades of Magenta #FF14F7

Tints of Magenta #FF14F7

Color information

#FF14F7 (or 0xFF14F7) is unknown color: approx Magenta. HEX triplet: FF, 14 and F7. RGB value is (255,20,247). Sum of RGB (Red+Green+Blue) = 255+20+247=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 20 (8.20% from 255 or 3.83% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF14F7 is #00EB08. Grayscale: #737373. Windows color (decimal): -60169 or 16192767. OLE color: 16192767.

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

Color convert

RGB25520247-
CMYK00.920.030
HSL302.04º100%53.92%-
HSV(B)302.04º92.16%100%-
XYZ58.2828.4890.42-
YUV116.14201.86227.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 20 (8.20% from 255) = 3.83%
BLUE value IS 247 (96.88% from 255) = 47.32%
R=48.85%
G=3.83%
B=47.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552024700.920.030302.0410053.92
HexFF14F705C3012e6436
Octal3772436701343045614466
Binary111111111010011110111010111001101001011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF14F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF14F7; }

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

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

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

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

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

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

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

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