Shades of Spicy Pink #FD1CBB
Tints of Spicy Pink #FD1CBB
RGB
CMYK
RGB Variations
Color information
#FD1CBB (or 0xFD1CBB) is known color: Spicy Pink. HEX triplet: FD, 1C and BB. RGB value is (253,28,187). Sum of RGB (Red+Green+Blue) = 253+28+187=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CBB is #02E344. Grayscale: #707070. Windows color (decimal): -189253 or 12262653. OLE color: 12262653.
HSL color Cylindrical-coordinate representation of color #FD1CBB: hue angle of 317.6º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1CBB is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 187 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.01 |
| HSL | 317.6º | 0.98% | 0.55% | - |
| HSV(B) | 317.6º | 0.89% | 0.99% | - |
| XYZ | 49.89 | 25.3 | 49.27 | - |
| YUV | 113.4 | 169.54 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 187 | 0 | 0.89 | 0.26 | 0.01 | 317.6 | 0.98 | 0.55 |
| Hex | FD | 1C | BB | 0 | 59 | 1A | 1 | 13E | 62 | 37 |
| Octal | 375 | 34 | 273 | 0 | 131 | 32 | 1 | 476 | 142 | 67 |
| Binary | 11111101 | 11100 | 10111011 | 0 | 1011001 | 11010 | 1 | 100111110 | 1100010 | 110111 |
Color Harmonies of #FD1CBB
Complementary color
Monochromatic Colors of #FD1CBB
Black with #FD1CBB
Text Example
Text Example
White with #FD1CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CBB; }
p { color: rgb(253,28,187); }
H1.HeaderClassName
{
color: #FD1CBB;
}
.AnyTagClassName
{
color: #FD1CBB;
}
</style>
background-color css
<style>
a { background-color: #FD1CBB; }
a { background-color: rgb(253,28,187); }
div.DivClassName
{
background-color: #FD1CBB;
}
.BgClassName
{
background-color: #FD1CBB;
}
</style>
border-color css
<style>
span { border-color: #FD1CBB; }
span { border-color: rgb(253,28,187); }
td.TdClassName
{
border-color: #FD1CBB;
}
.TagClassName
{
border-color: #FD1CBB;
}
</style>