Shades of Spicy Pink #FF2CB4
Tints of Spicy Pink #FF2CB4
RGB
CMYK
RGB Variations
Color information
#FF2CB4 (or 0xFF2CB4) is known color: Spicy Pink. HEX triplet: FF, 2C and B4. RGB value is (255,44,180). Sum of RGB (Red+Green+Blue) = 255+44+180=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2CB4 is #00D34B. Grayscale: #7A7A7A. Windows color (decimal): -54092 or 11807999. OLE color: 11807999.
HSL color Cylindrical-coordinate representation of color #FF2CB4: hue angle of 321.33º 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 #FF2CB4 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 180 | - |
| CMYK | 0 | 0.83 | 0.29 | 0 |
| HSL | 321.33º | 1% | 0.59% | - |
| HSV(B) | 321.33º | 0.83% | 1% | - |
| XYZ | 50.38 | 26.36 | 45.61 | - |
| YUV | 122.59 | 160.4 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 180 | 0 | 0.83 | 0.29 | 0 | 321.33 | 1 | 0.59 |
| Hex | FF | 2C | B4 | 0 | 53 | 1D | 0 | 141 | 64 | 3B |
| Octal | 377 | 54 | 264 | 0 | 123 | 35 | 0 | 501 | 144 | 73 |
| Binary | 11111111 | 101100 | 10110100 | 0 | 1010011 | 11101 | 0 | 101000001 | 1100100 | 111011 |
Color Harmonies of #FF2CB4
Complementary color
Monochromatic Colors of #FF2CB4
Black with #FF2CB4
Text Example
Text Example
White with #FF2CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CB4; }
p { color: rgb(255,44,180); }
H1.HeaderClassName
{
color: #FF2CB4;
}
.AnyTagClassName
{
color: #FF2CB4;
}
</style>
background-color css
<style>
a { background-color: #FF2CB4; }
a { background-color: rgb(255,44,180); }
div.DivClassName
{
background-color: #FF2CB4;
}
.BgClassName
{
background-color: #FF2CB4;
}
</style>
border-color css
<style>
span { border-color: #FF2CB4; }
span { border-color: rgb(255,44,180); }
td.TdClassName
{
border-color: #FF2CB4;
}
.TagClassName
{
border-color: #FF2CB4;
}
</style>