Shades of Spicy Pink #FF1CB9
Tints of Spicy Pink #FF1CB9
RGB
CMYK
RGB Variations
Color information
#FF1CB9 (or 0xFF1CB9) is known color: Spicy Pink. HEX triplet: FF, 1C and B9. RGB value is (255,28,185). Sum of RGB (Red+Green+Blue) = 255+28+185=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1CB9 is #00E346. Grayscale: #717171. Windows color (decimal): -58183 or 12131583. OLE color: 12131583.
HSL color Cylindrical-coordinate representation of color #FF1CB9: hue angle of 318.5º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1CB9 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 185 | - |
| CMYK | 0 | 0.89 | 0.27 | 0 |
| HSL | 318.5º | 1% | 0.55% | - |
| HSV(B) | 318.5º | 0.89% | 1% | - |
| XYZ | 50.41 | 25.59 | 48.18 | - |
| YUV | 113.77 | 168.21 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 185 | 0 | 0.89 | 0.27 | 0 | 318.5 | 1 | 0.55 |
| Hex | FF | 1C | B9 | 0 | 59 | 1B | 0 | 13F | 64 | 37 |
| Octal | 377 | 34 | 271 | 0 | 131 | 33 | 0 | 477 | 144 | 67 |
| Binary | 11111111 | 11100 | 10111001 | 0 | 1011001 | 11011 | 0 | 100111111 | 1100100 | 110111 |
Color Harmonies of #FF1CB9
Complementary color
Monochromatic Colors of #FF1CB9
Black with #FF1CB9
Text Example
Text Example
White with #FF1CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CB9; }
p { color: rgb(255,28,185); }
H1.HeaderClassName
{
color: #FF1CB9;
}
.AnyTagClassName
{
color: #FF1CB9;
}
</style>
background-color css
<style>
a { background-color: #FF1CB9; }
a { background-color: rgb(255,28,185); }
div.DivClassName
{
background-color: #FF1CB9;
}
.BgClassName
{
background-color: #FF1CB9;
}
</style>
border-color css
<style>
span { border-color: #FF1CB9; }
span { border-color: rgb(255,28,185); }
td.TdClassName
{
border-color: #FF1CB9;
}
.TagClassName
{
border-color: #FF1CB9;
}
</style>