Shades of Spicy Pink #FF2FB4
Tints of Spicy Pink #FF2FB4
RGB
CMYK
RGB Variations
Color information
#FF2FB4 (or 0xFF2FB4) is known color: Spicy Pink. HEX triplet: FF, 2F and B4. RGB value is (255,47,180). Sum of RGB (Red+Green+Blue) = 255+47+180=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2FB4 is #00D04B. Grayscale: #7C7C7C. Windows color (decimal): -53324 or 11808767. OLE color: 11808767.
HSL color Cylindrical-coordinate representation of color #FF2FB4: hue angle of 321.63º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2FB4 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 180 | - |
| CMYK | 0 | 0.82 | 0.29 | 0 |
| HSL | 321.63º | 1% | 0.59% | - |
| HSV(B) | 321.63º | 0.82% | 1% | - |
| XYZ | 50.49 | 26.59 | 45.65 | - |
| YUV | 124.35 | 159.41 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 180 | 0 | 0.82 | 0.29 | 0 | 321.63 | 1 | 0.59 |
| Hex | FF | 2F | B4 | 0 | 52 | 1D | 0 | 142 | 64 | 3B |
| Octal | 377 | 57 | 264 | 0 | 122 | 35 | 0 | 502 | 144 | 73 |
| Binary | 11111111 | 101111 | 10110100 | 0 | 1010010 | 11101 | 0 | 101000010 | 1100100 | 111011 |
Color Harmonies of #FF2FB4
Complementary color
Monochromatic Colors of #FF2FB4
Black with #FF2FB4
Text Example
Text Example
White with #FF2FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2FB4; }
p { color: rgb(255,47,180); }
H1.HeaderClassName
{
color: #FF2FB4;
}
.AnyTagClassName
{
color: #FF2FB4;
}
</style>
background-color css
<style>
a { background-color: #FF2FB4; }
a { background-color: rgb(255,47,180); }
div.DivClassName
{
background-color: #FF2FB4;
}
.BgClassName
{
background-color: #FF2FB4;
}
</style>
border-color css
<style>
span { border-color: #FF2FB4; }
span { border-color: rgb(255,47,180); }
td.TdClassName
{
border-color: #FF2FB4;
}
.TagClassName
{
border-color: #FF2FB4;
}
</style>