#FF14F4

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

Shades of Magenta #FF14F4

Tints of Magenta #FF14F4

Color information

#FF14F4 (or 0xFF14F4) is unknown color: approx Magenta. HEX triplet: FF, 14 and F4. RGB value is (255,20,244). Sum of RGB (Red+Green+Blue) = 255+20+244=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 20 (8.20% from 255 or 3.85% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF14F4 is #00EB0B. Grayscale: #737373. Windows color (decimal): -60172 or 15996159. OLE color: 15996159.

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

Color convert

RGB25520244-
CMYK00.920.040
HSL302.81º100%53.92%-
HSV(B)302.81º92.16%100%-
XYZ57.8228.2988-
YUV115.8200.36227.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 20 (8.20% from 255) = 3.85%
BLUE value IS 244 (95.70% from 255) = 47.01%
R=49.13%
G=3.85%
B=47.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552024400.920.040302.8110053.92
HexFF14F405C4012f6436
Octal3772436401344045714466
Binary1111111110100111101000101110010001001011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF14F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF14F4; }

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

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

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

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

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

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

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

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