Shades of Spicy Pink #FF1FB2
Tints of Spicy Pink #FF1FB2
RGB
CMYK
RGB Variations
Color information
#FF1FB2 (or 0xFF1FB2) is known color: Spicy Pink. HEX triplet: FF, 1F and B2. RGB value is (255,31,178). Sum of RGB (Red+Green+Blue) = 255+31+178=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1FB2 is #00E04D. Grayscale: #727272. Windows color (decimal): -57422 or 11673599. OLE color: 11673599.
HSL color Cylindrical-coordinate representation of color #FF1FB2: hue angle of 320.62º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1FB2 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 178 | - |
| CMYK | 0 | 0.88 | 0.30 | 0 |
| HSL | 320.63º | 1% | 0.56% | - |
| HSV(B) | 320.63º | 0.88% | 1% | - |
| XYZ | 49.77 | 25.45 | 44.41 | - |
| YUV | 114.73 | 163.71 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 178 | 0 | 0.88 | 0.30 | 0 | 320.63 | 1 | 0.56 |
| Hex | FF | 1F | B2 | 0 | 58 | 1E | 0 | 141 | 64 | 38 |
| Octal | 377 | 37 | 262 | 0 | 130 | 36 | 0 | 501 | 144 | 70 |
| Binary | 11111111 | 11111 | 10110010 | 0 | 1011000 | 11110 | 0 | 101000001 | 1100100 | 111000 |
Color Harmonies of #FF1FB2
Complementary color
Monochromatic Colors of #FF1FB2
Black with #FF1FB2
Text Example
Text Example
White with #FF1FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FB2; }
p { color: rgb(255,31,178); }
H1.HeaderClassName
{
color: #FF1FB2;
}
.AnyTagClassName
{
color: #FF1FB2;
}
</style>
background-color css
<style>
a { background-color: #FF1FB2; }
a { background-color: rgb(255,31,178); }
div.DivClassName
{
background-color: #FF1FB2;
}
.BgClassName
{
background-color: #FF1FB2;
}
</style>
border-color css
<style>
span { border-color: #FF1FB2; }
span { border-color: rgb(255,31,178); }
td.TdClassName
{
border-color: #FF1FB2;
}
.TagClassName
{
border-color: #FF1FB2;
}
</style>