Shades of Spicy Pink #F215A6
Tints of Spicy Pink #F215A6
RGB
CMYK
RGB Variations
Color information
#F215A6 (or 0xF215A6) is known color: Spicy Pink. HEX triplet: F2, 15 and A6. RGB value is (242,21,166). Sum of RGB (Red+Green+Blue) = 242+21+166=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F215A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F215A6 is #0DEA59. Grayscale: #676767. Windows color (decimal): -911962 or 10884594. OLE color: 10884594.
HSL color Cylindrical-coordinate representation of color #F215A6: hue angle of 320.63º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F215A6 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 166 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.05 |
| HSL | 320.63º | 0.89% | 0.52% | - |
| HSV(B) | 320.63º | 0.91% | 0.95% | - |
| XYZ | 43.77 | 22.17 | 38.05 | - |
| YUV | 103.61 | 163.22 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 166 | 0 | 0.91 | 0.31 | 0.05 | 320.63 | 0.89 | 0.52 |
| Hex | F2 | 15 | A6 | 0 | 5B | 1F | 5 | 141 | 59 | 34 |
| Octal | 362 | 25 | 246 | 0 | 133 | 37 | 5 | 501 | 131 | 64 |
| Binary | 11110010 | 10101 | 10100110 | 0 | 1011011 | 11111 | 101 | 101000001 | 1011001 | 110100 |
Color Harmonies of #F215A6
Complementary color
Monochromatic Colors of #F215A6
Black with #F215A6
Text Example
Text Example
White with #F215A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215A6; }
p { color: rgb(242,21,166); }
H1.HeaderClassName
{
color: #F215A6;
}
.AnyTagClassName
{
color: #F215A6;
}
</style>
background-color css
<style>
a { background-color: #F215A6; }
a { background-color: rgb(242,21,166); }
div.DivClassName
{
background-color: #F215A6;
}
.BgClassName
{
background-color: #F215A6;
}
</style>
border-color css
<style>
span { border-color: #F215A6; }
span { border-color: rgb(242,21,166); }
td.TdClassName
{
border-color: #F215A6;
}
.TagClassName
{
border-color: #F215A6;
}
</style>