Shades of Spicy Pink #FF14B5
Tints of Spicy Pink #FF14B5
RGB
CMYK
RGB Variations
Color information
#FF14B5 (or 0xFF14B5) is known color: Spicy Pink. HEX triplet: FF, 14 and B5. RGB value is (255,20,181). Sum of RGB (Red+Green+Blue) = 255+20+181=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF14B5 is #00EB4A. Grayscale: #6C6C6C. Windows color (decimal): -60235 or 11867391. OLE color: 11867391.
HSL color Cylindrical-coordinate representation of color #FF14B5: hue angle of 318.89º 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 #FF14B5 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 181 | - |
| CMYK | 0 | 0.92 | 0.29 | 0 |
| HSL | 318.89º | 1% | 0.54% | - |
| HSV(B) | 318.89º | 0.92% | 1% | - |
| XYZ | 49.83 | 25.1 | 45.93 | - |
| YUV | 108.62 | 168.86 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 181 | 0 | 0.92 | 0.29 | 0 | 318.89 | 1 | 0.54 |
| Hex | FF | 14 | B5 | 0 | 5C | 1D | 0 | 13F | 64 | 36 |
| Octal | 377 | 24 | 265 | 0 | 134 | 35 | 0 | 477 | 144 | 66 |
| Binary | 11111111 | 10100 | 10110101 | 0 | 1011100 | 11101 | 0 | 100111111 | 1100100 | 110110 |
Color Harmonies of #FF14B5
Complementary color
Monochromatic Colors of #FF14B5
Black with #FF14B5
Text Example
Text Example
White with #FF14B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14B5; }
p { color: rgb(255,20,181); }
H1.HeaderClassName
{
color: #FF14B5;
}
.AnyTagClassName
{
color: #FF14B5;
}
</style>
background-color css
<style>
a { background-color: #FF14B5; }
a { background-color: rgb(255,20,181); }
div.DivClassName
{
background-color: #FF14B5;
}
.BgClassName
{
background-color: #FF14B5;
}
</style>
border-color css
<style>
span { border-color: #FF14B5; }
span { border-color: rgb(255,20,181); }
td.TdClassName
{
border-color: #FF14B5;
}
.TagClassName
{
border-color: #FF14B5;
}
</style>