Shades of Spicy Pink #FF1CBB
Tints of Spicy Pink #FF1CBB
RGB
CMYK
RGB Variations
Color information
#FF1CBB (or 0xFF1CBB) is known color: Spicy Pink. HEX triplet: FF, 1C and BB. RGB value is (255,28,187). Sum of RGB (Red+Green+Blue) = 255+28+187=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1CBB is #00E344. Grayscale: #717171. Windows color (decimal): -58181 or 12262655. OLE color: 12262655.
HSL color Cylindrical-coordinate representation of color #FF1CBB: hue angle of 317.97º 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 #FF1CBB is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 187 | - |
| CMYK | 0 | 0.89 | 0.27 | 0 |
| HSL | 317.97º | 1% | 0.55% | - |
| HSV(B) | 317.97º | 0.89% | 1% | - |
| XYZ | 50.62 | 25.68 | 49.3 | - |
| YUV | 114 | 169.21 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 187 | 0 | 0.89 | 0.27 | 0 | 317.97 | 1 | 0.55 |
| Hex | FF | 1C | BB | 0 | 59 | 1B | 0 | 13E | 64 | 37 |
| Octal | 377 | 34 | 273 | 0 | 131 | 33 | 0 | 476 | 144 | 67 |
| Binary | 11111111 | 11100 | 10111011 | 0 | 1011001 | 11011 | 0 | 100111110 | 1100100 | 110111 |
Color Harmonies of #FF1CBB
Complementary color
Monochromatic Colors of #FF1CBB
Black with #FF1CBB
Text Example
Text Example
White with #FF1CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CBB; }
p { color: rgb(255,28,187); }
H1.HeaderClassName
{
color: #FF1CBB;
}
.AnyTagClassName
{
color: #FF1CBB;
}
</style>
background-color css
<style>
a { background-color: #FF1CBB; }
a { background-color: rgb(255,28,187); }
div.DivClassName
{
background-color: #FF1CBB;
}
.BgClassName
{
background-color: #FF1CBB;
}
</style>
border-color css
<style>
span { border-color: #FF1CBB; }
span { border-color: rgb(255,28,187); }
td.TdClassName
{
border-color: #FF1CBB;
}
.TagClassName
{
border-color: #FF1CBB;
}
</style>