Shades of Spicy Pink #FF14B0
Tints of Spicy Pink #FF14B0
RGB
CMYK
RGB Variations
Color information
#FF14B0 (or 0xFF14B0) is known color: Spicy Pink. HEX triplet: FF, 14 and B0. RGB value is (255,20,176). Sum of RGB (Red+Green+Blue) = 255+20+176=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF14B0 is #00EB4F. Grayscale: #6B6B6B. Windows color (decimal): -60240 or 11539711. OLE color: 11539711.
HSL color Cylindrical-coordinate representation of color #FF14B0: hue angle of 320.17º 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 #FF14B0 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 176 | - |
| CMYK | 0 | 0.92 | 0.31 | 0 |
| HSL | 320.17º | 1% | 0.54% | - |
| HSV(B) | 320.17º | 0.92% | 1% | - |
| XYZ | 49.33 | 24.89 | 43.28 | - |
| YUV | 108.05 | 166.36 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 176 | 0 | 0.92 | 0.31 | 0 | 320.17 | 1 | 0.54 |
| Hex | FF | 14 | B0 | 0 | 5C | 1F | 0 | 140 | 64 | 36 |
| Octal | 377 | 24 | 260 | 0 | 134 | 37 | 0 | 500 | 144 | 66 |
| Binary | 11111111 | 10100 | 10110000 | 0 | 1011100 | 11111 | 0 | 101000000 | 1100100 | 110110 |
Color Harmonies of #FF14B0
Complementary color
Monochromatic Colors of #FF14B0
Black with #FF14B0
Text Example
Text Example
White with #FF14B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14B0; }
p { color: rgb(255,20,176); }
H1.HeaderClassName
{
color: #FF14B0;
}
.AnyTagClassName
{
color: #FF14B0;
}
</style>
background-color css
<style>
a { background-color: #FF14B0; }
a { background-color: rgb(255,20,176); }
div.DivClassName
{
background-color: #FF14B0;
}
.BgClassName
{
background-color: #FF14B0;
}
</style>
border-color css
<style>
span { border-color: #FF14B0; }
span { border-color: rgb(255,20,176); }
td.TdClassName
{
border-color: #FF14B0;
}
.TagClassName
{
border-color: #FF14B0;
}
</style>