#FF14DA

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

Shades of Hot Magenta #FF14DA

Tints of Hot Magenta #FF14DA

Color information

#FF14DA (or 0xFF14DA) is unknown color: approx Hot Magenta. HEX triplet: FF, 14 and DA. RGB value is (255,20,218). Sum of RGB (Red+Green+Blue) = 255+20+218=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 20 (8.20% from 255 or 4.06% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF14DA is #00EB25. Grayscale: #707070. Windows color (decimal): -60198 or 14292223. OLE color: 14292223.

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

Color convert

RGB25520218-
CMYK00.920.150
HSL309.45º100%53.92%-
HSV(B)309.45º92.16%100%-
XYZ54.1526.8268.65-
YUV112.84187.36229.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 20 (8.20% from 255) = 4.06%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=51.72%
G=4.06%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552021800.920.150309.4510053.92
HexFF14DA05CF01356436
Octal37724332013417046514466
Binary11111111101001101101001011100111101001101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF14DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF14DA; }

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

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

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

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

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

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

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

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