Shades of Spicy Pink #FF17B4
Tints of Spicy Pink #FF17B4
RGB
CMYK
RGB Variations
Color information
#FF17B4 (or 0xFF17B4) is known color: Spicy Pink. HEX triplet: FF, 17 and B4. RGB value is (255,23,180). Sum of RGB (Red+Green+Blue) = 255+23+180=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF17B4 is #00E84B. Grayscale: #6D6D6D. Windows color (decimal): -59468 or 11802623. OLE color: 11802623.
HSL color Cylindrical-coordinate representation of color #FF17B4: hue angle of 319.4º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF17B4 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 180 | - |
| CMYK | 0 | 0.91 | 0.29 | 0 |
| HSL | 319.4º | 1% | 0.55% | - |
| HSV(B) | 319.4º | 0.91% | 1% | - |
| XYZ | 49.78 | 25.17 | 45.41 | - |
| YUV | 110.27 | 167.36 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 180 | 0 | 0.91 | 0.29 | 0 | 319.4 | 1 | 0.55 |
| Hex | FF | 17 | B4 | 0 | 5B | 1D | 0 | 13F | 64 | 37 |
| Octal | 377 | 27 | 264 | 0 | 133 | 35 | 0 | 477 | 144 | 67 |
| Binary | 11111111 | 10111 | 10110100 | 0 | 1011011 | 11101 | 0 | 100111111 | 1100100 | 110111 |
Color Harmonies of #FF17B4
Complementary color
Monochromatic Colors of #FF17B4
Black with #FF17B4
Text Example
Text Example
White with #FF17B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17B4; }
p { color: rgb(255,23,180); }
H1.HeaderClassName
{
color: #FF17B4;
}
.AnyTagClassName
{
color: #FF17B4;
}
</style>
background-color css
<style>
a { background-color: #FF17B4; }
a { background-color: rgb(255,23,180); }
div.DivClassName
{
background-color: #FF17B4;
}
.BgClassName
{
background-color: #FF17B4;
}
</style>
border-color css
<style>
span { border-color: #FF17B4; }
span { border-color: rgb(255,23,180); }
td.TdClassName
{
border-color: #FF17B4;
}
.TagClassName
{
border-color: #FF17B4;
}
</style>