Shades of Spicy Pink #F12DB2
Tints of Spicy Pink #F12DB2
RGB
CMYK
RGB Variations
Color information
#F12DB2 (or 0xF12DB2) is known color: Spicy Pink. HEX triplet: F1, 2D and B2. RGB value is (241,45,178). Sum of RGB (Red+Green+Blue) = 241+45+178=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12DB2 is #0ED24D. Grayscale: #767676. Windows color (decimal): -971342 or 11677169. OLE color: 11677169.
HSL color Cylindrical-coordinate representation of color #F12DB2: hue angle of 319.29º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12DB2 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 178 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.05 |
| HSL | 319.29º | 0.88% | 0.56% | - |
| HSV(B) | 319.29º | 0.81% | 0.95% | - |
| XYZ | 45.25 | 23.79 | 44.33 | - |
| YUV | 118.77 | 161.43 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 178 | 0 | 0.81 | 0.26 | 0.05 | 319.29 | 0.88 | 0.56 |
| Hex | F1 | 2D | B2 | 0 | 51 | 1A | 5 | 13F | 58 | 38 |
| Octal | 361 | 55 | 262 | 0 | 121 | 32 | 5 | 477 | 130 | 70 |
| Binary | 11110001 | 101101 | 10110010 | 0 | 1010001 | 11010 | 101 | 100111111 | 1011000 | 111000 |
Color Harmonies of #F12DB2
Complementary color
Monochromatic Colors of #F12DB2
Black with #F12DB2
Text Example
Text Example
White with #F12DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12DB2; }
p { color: rgb(241,45,178); }
H1.HeaderClassName
{
color: #F12DB2;
}
.AnyTagClassName
{
color: #F12DB2;
}
</style>
background-color css
<style>
a { background-color: #F12DB2; }
a { background-color: rgb(241,45,178); }
div.DivClassName
{
background-color: #F12DB2;
}
.BgClassName
{
background-color: #F12DB2;
}
</style>
border-color css
<style>
span { border-color: #F12DB2; }
span { border-color: rgb(241,45,178); }
td.TdClassName
{
border-color: #F12DB2;
}
.TagClassName
{
border-color: #F12DB2;
}
</style>