Shades of Spicy Pink #FF2CB6
Tints of Spicy Pink #FF2CB6
RGB
CMYK
RGB Variations
Color information
#FF2CB6 (or 0xFF2CB6) is known color: Spicy Pink. HEX triplet: FF, 2C and B6. RGB value is (255,44,182). Sum of RGB (Red+Green+Blue) = 255+44+182=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2CB6 is #00D349. Grayscale: #7A7A7A. Windows color (decimal): -54090 or 11939071. OLE color: 11939071.
HSL color Cylindrical-coordinate representation of color #FF2CB6: hue angle of 320.76º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2CB6 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 182 | - |
| CMYK | 0 | 0.83 | 0.29 | 0 |
| HSL | 320.76º | 1% | 0.59% | - |
| HSV(B) | 320.76º | 0.83% | 1% | - |
| XYZ | 50.58 | 26.44 | 46.69 | - |
| YUV | 122.82 | 161.4 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 182 | 0 | 0.83 | 0.29 | 0 | 320.76 | 1 | 0.59 |
| Hex | FF | 2C | B6 | 0 | 53 | 1D | 0 | 141 | 64 | 3B |
| Octal | 377 | 54 | 266 | 0 | 123 | 35 | 0 | 501 | 144 | 73 |
| Binary | 11111111 | 101100 | 10110110 | 0 | 1010011 | 11101 | 0 | 101000001 | 1100100 | 111011 |
Color Harmonies of #FF2CB6
Complementary color
Monochromatic Colors of #FF2CB6
Black with #FF2CB6
Text Example
Text Example
White with #FF2CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CB6; }
p { color: rgb(255,44,182); }
H1.HeaderClassName
{
color: #FF2CB6;
}
.AnyTagClassName
{
color: #FF2CB6;
}
</style>
background-color css
<style>
a { background-color: #FF2CB6; }
a { background-color: rgb(255,44,182); }
div.DivClassName
{
background-color: #FF2CB6;
}
.BgClassName
{
background-color: #FF2CB6;
}
</style>
border-color css
<style>
span { border-color: #FF2CB6; }
span { border-color: rgb(255,44,182); }
td.TdClassName
{
border-color: #FF2CB6;
}
.TagClassName
{
border-color: #FF2CB6;
}
</style>