Shades of Spicy Pink #F215A2
Tints of Spicy Pink #F215A2
RGB
CMYK
RGB Variations
Color information
#F215A2 (or 0xF215A2) is known color: Spicy Pink. HEX triplet: F2, 15 and A2. RGB value is (242,21,162). Sum of RGB (Red+Green+Blue) = 242+21+162=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F215A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F215A2 is #0DEA5D. Grayscale: #666666. Windows color (decimal): -911966 or 10622450. OLE color: 10622450.
HSL color Cylindrical-coordinate representation of color #F215A2: hue angle of 321.72º 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 #F215A2 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 162 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.05 |
| HSL | 321.72º | 0.89% | 0.52% | - |
| HSV(B) | 321.72º | 0.91% | 0.95% | - |
| XYZ | 43.41 | 22.02 | 36.15 | - |
| YUV | 103.15 | 161.22 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 162 | 0 | 0.91 | 0.33 | 0.05 | 321.72 | 0.89 | 0.52 |
| Hex | F2 | 15 | A2 | 0 | 5B | 21 | 5 | 142 | 59 | 34 |
| Octal | 362 | 25 | 242 | 0 | 133 | 41 | 5 | 502 | 131 | 64 |
| Binary | 11110010 | 10101 | 10100010 | 0 | 1011011 | 100001 | 101 | 101000010 | 1011001 | 110100 |
Color Harmonies of #F215A2
Complementary color
Monochromatic Colors of #F215A2
Black with #F215A2
Text Example
Text Example
White with #F215A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215A2; }
p { color: rgb(242,21,162); }
H1.HeaderClassName
{
color: #F215A2;
}
.AnyTagClassName
{
color: #F215A2;
}
</style>
background-color css
<style>
a { background-color: #F215A2; }
a { background-color: rgb(242,21,162); }
div.DivClassName
{
background-color: #F215A2;
}
.BgClassName
{
background-color: #F215A2;
}
</style>
border-color css
<style>
span { border-color: #F215A2; }
span { border-color: rgb(242,21,162); }
td.TdClassName
{
border-color: #F215A2;
}
.TagClassName
{
border-color: #F215A2;
}
</style>