Shades of Spicy Pink #F21FBA
Tints of Spicy Pink #F21FBA
RGB
CMYK
RGB Variations
Color information
#F21FBA (or 0xF21FBA) is known color: Spicy Pink. HEX triplet: F2, 1F and BA. RGB value is (242,31,186). Sum of RGB (Red+Green+Blue) = 242+31+186=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 31 (12.5% from 255 or 6.75% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21FBA is #0DE045. Grayscale: #6F6F6F. Windows color (decimal): -909382 or 12197874. OLE color: 12197874.
HSL color Cylindrical-coordinate representation of color #F21FBA: hue angle of 315.92º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21FBA is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 186 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.05 |
| HSL | 315.92º | 0.89% | 0.54% | - |
| HSV(B) | 315.92º | 0.87% | 0.95% | - |
| XYZ | 45.97 | 23.4 | 48.55 | - |
| YUV | 111.76 | 169.9 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 186 | 0 | 0.87 | 0.23 | 0.05 | 315.92 | 0.89 | 0.54 |
| Hex | F2 | 1F | BA | 0 | 57 | 17 | 5 | 13C | 59 | 36 |
| Octal | 362 | 37 | 272 | 0 | 127 | 27 | 5 | 474 | 131 | 66 |
| Binary | 11110010 | 11111 | 10111010 | 0 | 1010111 | 10111 | 101 | 100111100 | 1011001 | 110110 |
Color Harmonies of #F21FBA
Complementary color
Monochromatic Colors of #F21FBA
Black with #F21FBA
Text Example
Text Example
White with #F21FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21FBA; }
p { color: rgb(242,31,186); }
H1.HeaderClassName
{
color: #F21FBA;
}
.AnyTagClassName
{
color: #F21FBA;
}
</style>
background-color css
<style>
a { background-color: #F21FBA; }
a { background-color: rgb(242,31,186); }
div.DivClassName
{
background-color: #F21FBA;
}
.BgClassName
{
background-color: #F21FBA;
}
</style>
border-color css
<style>
span { border-color: #F21FBA; }
span { border-color: rgb(242,31,186); }
td.TdClassName
{
border-color: #F21FBA;
}
.TagClassName
{
border-color: #F21FBA;
}
</style>