#ff14d4

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

Shades of Hot Magenta #FF14D4

Tints of Hot Magenta #FF14D4

Color information

#FF14D4 (or 0xFF14D4) is unknown color: approx Hot Magenta. HEX triplet: FF, 14 and D4. RGB value is (255,20,212). Sum of RGB (Red+Green+Blue) = 255+20+212=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF14D4 is #00EB2B. Grayscale: #6F6F6F. Windows color (decimal): -60204 or 13899007. OLE color: 13899007.

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

Color convert

RGB25520212-
CMYK00.920.170
HSL310.98º100%53.92%-
HSV(B)310.98º92.16%100%-
XYZ53.3726.5164.59-
YUV112.15184.36229.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.36%
GREEN value IS 20 (8.20% from 255) = 4.11%
BLUE value IS 212 (83.20% from 255) = 43.53%
R=52.36%
G=4.11%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552021200.920.170310.9810053.92
HexFF14D405C1101376436
Octal37724324013421046714466
Binary111111111010011010100010111001000101001101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff14d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff14d4; }

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

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

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

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

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

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

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

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