Shades of Spicy Pink #F12ABA
Tints of Spicy Pink #F12ABA
RGB
CMYK
RGB Variations
Color information
#F12ABA (or 0xF12ABA) is known color: Spicy Pink. HEX triplet: F1, 2A and BA. RGB value is (241,42,186). Sum of RGB (Red+Green+Blue) = 241+42+186=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ABA is #0ED545. Grayscale: #757575. Windows color (decimal): -972102 or 12200689. OLE color: 12200689.
HSL color Cylindrical-coordinate representation of color #F12ABA: hue angle of 316.58º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12ABA is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 186 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.05 |
| HSL | 316.58º | 0.88% | 0.55% | - |
| HSV(B) | 316.58º | 0.83% | 0.95% | - |
| XYZ | 45.97 | 23.9 | 48.65 | - |
| YUV | 117.92 | 166.43 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 186 | 0 | 0.83 | 0.23 | 0.05 | 316.58 | 0.88 | 0.55 |
| Hex | F1 | 2A | BA | 0 | 53 | 17 | 5 | 13D | 58 | 37 |
| Octal | 361 | 52 | 272 | 0 | 123 | 27 | 5 | 475 | 130 | 67 |
| Binary | 11110001 | 101010 | 10111010 | 0 | 1010011 | 10111 | 101 | 100111101 | 1011000 | 110111 |
Color Harmonies of #F12ABA
Complementary color
Monochromatic Colors of #F12ABA
Black with #F12ABA
Text Example
Text Example
White with #F12ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12ABA; }
p { color: rgb(241,42,186); }
H1.HeaderClassName
{
color: #F12ABA;
}
.AnyTagClassName
{
color: #F12ABA;
}
</style>
background-color css
<style>
a { background-color: #F12ABA; }
a { background-color: rgb(241,42,186); }
div.DivClassName
{
background-color: #F12ABA;
}
.BgClassName
{
background-color: #F12ABA;
}
</style>
border-color css
<style>
span { border-color: #F12ABA; }
span { border-color: rgb(241,42,186); }
td.TdClassName
{
border-color: #F12ABA;
}
.TagClassName
{
border-color: #F12ABA;
}
</style>