Shades of Spicy Pink #F215A1
Tints of Spicy Pink #F215A1
RGB
CMYK
RGB Variations
Color information
#F215A1 (or 0xF215A1) is known color: Spicy Pink. HEX triplet: F2, 15 and A1. RGB value is (242,21,161). Sum of RGB (Red+Green+Blue) = 242+21+161=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F215A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F215A1 is #0DEA5E. Grayscale: #666666. Windows color (decimal): -911967 or 10556914. OLE color: 10556914.
HSL color Cylindrical-coordinate representation of color #F215A1: hue angle of 321.99º 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 #F215A1 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 161 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.05 |
| HSL | 321.99º | 0.89% | 0.52% | - |
| HSV(B) | 321.99º | 0.91% | 0.95% | - |
| XYZ | 43.32 | 21.99 | 35.68 | - |
| YUV | 103.04 | 160.72 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 161 | 0 | 0.91 | 0.33 | 0.05 | 321.99 | 0.89 | 0.52 |
| Hex | F2 | 15 | A1 | 0 | 5B | 21 | 5 | 142 | 59 | 34 |
| Octal | 362 | 25 | 241 | 0 | 133 | 41 | 5 | 502 | 131 | 64 |
| Binary | 11110010 | 10101 | 10100001 | 0 | 1011011 | 100001 | 101 | 101000010 | 1011001 | 110100 |
Color Harmonies of #F215A1
Complementary color
Monochromatic Colors of #F215A1
Black with #F215A1
Text Example
Text Example
White with #F215A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215A1; }
p { color: rgb(242,21,161); }
H1.HeaderClassName
{
color: #F215A1;
}
.AnyTagClassName
{
color: #F215A1;
}
</style>
background-color css
<style>
a { background-color: #F215A1; }
a { background-color: rgb(242,21,161); }
div.DivClassName
{
background-color: #F215A1;
}
.BgClassName
{
background-color: #F215A1;
}
</style>
border-color css
<style>
span { border-color: #F215A1; }
span { border-color: rgb(242,21,161); }
td.TdClassName
{
border-color: #F215A1;
}
.TagClassName
{
border-color: #F215A1;
}
</style>