Shades of Spicy Pink #F213B2
Tints of Spicy Pink #F213B2
RGB
CMYK
RGB Variations
Color information
#F213B2 (or 0xF213B2) is known color: Spicy Pink. HEX triplet: F2, 13 and B2. RGB value is (242,19,178). Sum of RGB (Red+Green+Blue) = 242+19+178=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F213B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F213B2 is #0DEC4D. Grayscale: #676767. Windows color (decimal): -912462 or 11670514. OLE color: 11670514.
HSL color Cylindrical-coordinate representation of color #F213B2: hue angle of 317.22º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F213B2 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 178 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.05 |
| HSL | 317.22º | 0.9% | 0.51% | - |
| HSV(B) | 317.22º | 0.92% | 0.95% | - |
| XYZ | 44.89 | 22.56 | 44.11 | - |
| YUV | 103.8 | 169.88 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 178 | 0 | 0.92 | 0.26 | 0.05 | 317.22 | 0.9 | 0.51 |
| Hex | F2 | 13 | B2 | 0 | 5C | 1A | 5 | 13D | 5A | 33 |
| Octal | 362 | 23 | 262 | 0 | 134 | 32 | 5 | 475 | 132 | 63 |
| Binary | 11110010 | 10011 | 10110010 | 0 | 1011100 | 11010 | 101 | 100111101 | 1011010 | 110011 |
Color Harmonies of #F213B2
Complementary color
Monochromatic Colors of #F213B2
Black with #F213B2
Text Example
Text Example
White with #F213B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F213B2; }
p { color: rgb(242,19,178); }
H1.HeaderClassName
{
color: #F213B2;
}
.AnyTagClassName
{
color: #F213B2;
}
</style>
background-color css
<style>
a { background-color: #F213B2; }
a { background-color: rgb(242,19,178); }
div.DivClassName
{
background-color: #F213B2;
}
.BgClassName
{
background-color: #F213B2;
}
</style>
border-color css
<style>
span { border-color: #F213B2; }
span { border-color: rgb(242,19,178); }
td.TdClassName
{
border-color: #F213B2;
}
.TagClassName
{
border-color: #F213B2;
}
</style>