Shades of Spicy Pink #FF14B3
Tints of Spicy Pink #FF14B3
RGB
CMYK
RGB Variations
Color information
#FF14B3 (or 0xFF14B3) is known color: Spicy Pink. HEX triplet: FF, 14 and B3. RGB value is (255,20,179). Sum of RGB (Red+Green+Blue) = 255+20+179=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF14B3 is #00EB4C. Grayscale: #6B6B6B. Windows color (decimal): -60237 or 11736319. OLE color: 11736319.
HSL color Cylindrical-coordinate representation of color #FF14B3: hue angle of 319.4º 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 #FF14B3 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 179 | - |
| CMYK | 0 | 0.92 | 0.30 | 0 |
| HSL | 319.4º | 1% | 0.54% | - |
| HSV(B) | 319.4º | 0.92% | 1% | - |
| XYZ | 49.63 | 25.01 | 44.86 | - |
| YUV | 108.39 | 167.86 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 179 | 0 | 0.92 | 0.30 | 0 | 319.4 | 1 | 0.54 |
| Hex | FF | 14 | B3 | 0 | 5C | 1E | 0 | 13F | 64 | 36 |
| Octal | 377 | 24 | 263 | 0 | 134 | 36 | 0 | 477 | 144 | 66 |
| Binary | 11111111 | 10100 | 10110011 | 0 | 1011100 | 11110 | 0 | 100111111 | 1100100 | 110110 |
Color Harmonies of #FF14B3
Complementary color
Monochromatic Colors of #FF14B3
Black with #FF14B3
Text Example
Text Example
White with #FF14B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14B3; }
p { color: rgb(255,20,179); }
H1.HeaderClassName
{
color: #FF14B3;
}
.AnyTagClassName
{
color: #FF14B3;
}
</style>
background-color css
<style>
a { background-color: #FF14B3; }
a { background-color: rgb(255,20,179); }
div.DivClassName
{
background-color: #FF14B3;
}
.BgClassName
{
background-color: #FF14B3;
}
</style>
border-color css
<style>
span { border-color: #FF14B3; }
span { border-color: rgb(255,20,179); }
td.TdClassName
{
border-color: #FF14B3;
}
.TagClassName
{
border-color: #FF14B3;
}
</style>