Shades of Spicy Pink #FF14AD
Tints of Spicy Pink #FF14AD
RGB
CMYK
RGB Variations
Color information
#FF14AD (or 0xFF14AD) is known color: Spicy Pink. HEX triplet: FF, 14 and AD. RGB value is (255,20,173). Sum of RGB (Red+Green+Blue) = 255+20+173=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF14AD is #00EB52. Grayscale: #6B6B6B. Windows color (decimal): -60243 or 11343103. OLE color: 11343103.
HSL color Cylindrical-coordinate representation of color #FF14AD: hue angle of 320.94º 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 #FF14AD is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 173 | - |
| CMYK | 0 | 0.92 | 0.32 | 0 |
| HSL | 320.94º | 1% | 0.54% | - |
| HSV(B) | 320.94º | 0.92% | 1% | - |
| XYZ | 49.03 | 24.78 | 41.73 | - |
| YUV | 107.71 | 164.86 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 173 | 0 | 0.92 | 0.32 | 0 | 320.94 | 1 | 0.54 |
| Hex | FF | 14 | AD | 0 | 5C | 20 | 0 | 141 | 64 | 36 |
| Octal | 377 | 24 | 255 | 0 | 134 | 40 | 0 | 501 | 144 | 66 |
| Binary | 11111111 | 10100 | 10101101 | 0 | 1011100 | 100000 | 0 | 101000001 | 1100100 | 110110 |
Color Harmonies of #FF14AD
Complementary color
Monochromatic Colors of #FF14AD
Black with #FF14AD
Text Example
Text Example
White with #FF14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14AD; }
p { color: rgb(255,20,173); }
H1.HeaderClassName
{
color: #FF14AD;
}
.AnyTagClassName
{
color: #FF14AD;
}
</style>
background-color css
<style>
a { background-color: #FF14AD; }
a { background-color: rgb(255,20,173); }
div.DivClassName
{
background-color: #FF14AD;
}
.BgClassName
{
background-color: #FF14AD;
}
</style>
border-color css
<style>
span { border-color: #FF14AD; }
span { border-color: rgb(255,20,173); }
td.TdClassName
{
border-color: #FF14AD;
}
.TagClassName
{
border-color: #FF14AD;
}
</style>