#ff14f2

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

Shades of Magenta #FF14F2

Tints of Magenta #FF14F2

Color information

#FF14F2 (or 0xFF14F2) is unknown color: approx Magenta. HEX triplet: FF, 14 and F2. RGB value is (255,20,242). Sum of RGB (Red+Green+Blue) = 255+20+242=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 20 (8.20% from 255 or 3.87% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF14F2 is #00EB0D. Grayscale: #727272. Windows color (decimal): -60174 or 15865087. OLE color: 15865087.

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

Color convert

RGB25520242-
CMYK00.920.050
HSL303.32º100%53.92%-
HSV(B)303.32º92.16%100%-
XYZ57.5228.1786.41-
YUV115.57199.36227.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 20 (8.20% from 255) = 3.87%
BLUE value IS 242 (94.92% from 255) = 46.81%
R=49.32%
G=3.87%
B=46.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552024200.920.050303.3210053.92
HexFF14F205C5012f6436
Octal3772436201345045714466
Binary1111111110100111100100101110010101001011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff14f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff14f2; }

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

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

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

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

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

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

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

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