Shades of Spicy Pink #F21BA6
Tints of Spicy Pink #F21BA6
RGB
CMYK
RGB Variations
Color information
#F21BA6 (or 0xF21BA6) is known color: Spicy Pink. HEX triplet: F2, 1B and A6. RGB value is (242,27,166). Sum of RGB (Red+Green+Blue) = 242+27+166=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F21BA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21BA6 is #0DE459. Grayscale: #6A6A6A. Windows color (decimal): -910426 or 10886130. OLE color: 10886130.
HSL color Cylindrical-coordinate representation of color #F21BA6: hue angle of 321.21º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21BA6 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 166 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.05 |
| HSL | 321.21º | 0.89% | 0.53% | - |
| HSV(B) | 321.21º | 0.89% | 0.95% | - |
| XYZ | 43.89 | 22.41 | 38.09 | - |
| YUV | 107.13 | 161.23 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 166 | 0 | 0.89 | 0.31 | 0.05 | 321.21 | 0.89 | 0.53 |
| Hex | F2 | 1B | A6 | 0 | 59 | 1F | 5 | 141 | 59 | 35 |
| Octal | 362 | 33 | 246 | 0 | 131 | 37 | 5 | 501 | 131 | 65 |
| Binary | 11110010 | 11011 | 10100110 | 0 | 1011001 | 11111 | 101 | 101000001 | 1011001 | 110101 |
Color Harmonies of #F21BA6
Complementary color
Monochromatic Colors of #F21BA6
Black with #F21BA6
Text Example
Text Example
White with #F21BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21BA6; }
p { color: rgb(242,27,166); }
H1.HeaderClassName
{
color: #F21BA6;
}
.AnyTagClassName
{
color: #F21BA6;
}
</style>
background-color css
<style>
a { background-color: #F21BA6; }
a { background-color: rgb(242,27,166); }
div.DivClassName
{
background-color: #F21BA6;
}
.BgClassName
{
background-color: #F21BA6;
}
</style>
border-color css
<style>
span { border-color: #F21BA6; }
span { border-color: rgb(242,27,166); }
td.TdClassName
{
border-color: #F21BA6;
}
.TagClassName
{
border-color: #F21BA6;
}
</style>