Shades of Spicy Pink #FF15B4
Tints of Spicy Pink #FF15B4
RGB
CMYK
RGB Variations
Color information
#FF15B4 (or 0xFF15B4) is known color: Spicy Pink. HEX triplet: FF, 15 and B4. RGB value is (255,21,180). Sum of RGB (Red+Green+Blue) = 255+21+180=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15B4 is #00EA4B. Grayscale: #6C6C6C. Windows color (decimal): -59980 or 11802111. OLE color: 11802111.
HSL color Cylindrical-coordinate representation of color #FF15B4: hue angle of 319.23º 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 #FF15B4 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 180 | - |
| CMYK | 0 | 0.92 | 0.29 | 0 |
| HSL | 319.23º | 1% | 0.54% | - |
| HSV(B) | 319.23º | 0.92% | 1% | - |
| XYZ | 49.75 | 25.09 | 45.4 | - |
| YUV | 109.09 | 168.02 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 180 | 0 | 0.92 | 0.29 | 0 | 319.23 | 1 | 0.54 |
| Hex | FF | 15 | B4 | 0 | 5C | 1D | 0 | 13F | 64 | 36 |
| Octal | 377 | 25 | 264 | 0 | 134 | 35 | 0 | 477 | 144 | 66 |
| Binary | 11111111 | 10101 | 10110100 | 0 | 1011100 | 11101 | 0 | 100111111 | 1100100 | 110110 |
Color Harmonies of #FF15B4
Complementary color
Monochromatic Colors of #FF15B4
Black with #FF15B4
Text Example
Text Example
White with #FF15B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15B4; }
p { color: rgb(255,21,180); }
H1.HeaderClassName
{
color: #FF15B4;
}
.AnyTagClassName
{
color: #FF15B4;
}
</style>
background-color css
<style>
a { background-color: #FF15B4; }
a { background-color: rgb(255,21,180); }
div.DivClassName
{
background-color: #FF15B4;
}
.BgClassName
{
background-color: #FF15B4;
}
</style>
border-color css
<style>
span { border-color: #FF15B4; }
span { border-color: rgb(255,21,180); }
td.TdClassName
{
border-color: #FF15B4;
}
.TagClassName
{
border-color: #FF15B4;
}
</style>