Shades of Spicy Pink #FF1CB5
Tints of Spicy Pink #FF1CB5
RGB
CMYK
RGB Variations
Color information
#FF1CB5 (or 0xFF1CB5) is known color: Spicy Pink. HEX triplet: FF, 1C and B5. RGB value is (255,28,181). Sum of RGB (Red+Green+Blue) = 255+28+181=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1CB5 is #00E34A. Grayscale: #707070. Windows color (decimal): -58187 or 11869439. OLE color: 11869439.
HSL color Cylindrical-coordinate representation of color #FF1CB5: hue angle of 319.56º 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 #FF1CB5 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 181 | - |
| CMYK | 0 | 0.89 | 0.29 | 0 |
| HSL | 319.56º | 1% | 0.55% | - |
| HSV(B) | 319.56º | 0.89% | 1% | - |
| XYZ | 50 | 25.43 | 45.99 | - |
| YUV | 113.32 | 166.21 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 181 | 0 | 0.89 | 0.29 | 0 | 319.56 | 1 | 0.55 |
| Hex | FF | 1C | B5 | 0 | 59 | 1D | 0 | 140 | 64 | 37 |
| Octal | 377 | 34 | 265 | 0 | 131 | 35 | 0 | 500 | 144 | 67 |
| Binary | 11111111 | 11100 | 10110101 | 0 | 1011001 | 11101 | 0 | 101000000 | 1100100 | 110111 |
Color Harmonies of #FF1CB5
Complementary color
Monochromatic Colors of #FF1CB5
Black with #FF1CB5
Text Example
Text Example
White with #FF1CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CB5; }
p { color: rgb(255,28,181); }
H1.HeaderClassName
{
color: #FF1CB5;
}
.AnyTagClassName
{
color: #FF1CB5;
}
</style>
background-color css
<style>
a { background-color: #FF1CB5; }
a { background-color: rgb(255,28,181); }
div.DivClassName
{
background-color: #FF1CB5;
}
.BgClassName
{
background-color: #FF1CB5;
}
</style>
border-color css
<style>
span { border-color: #FF1CB5; }
span { border-color: rgb(255,28,181); }
td.TdClassName
{
border-color: #FF1CB5;
}
.TagClassName
{
border-color: #FF1CB5;
}
</style>