Shades of Spicy Pink #F217B0
Tints of Spicy Pink #F217B0
RGB
CMYK
RGB Variations
Color information
#F217B0 (or 0xF217B0) is known color: Spicy Pink. HEX triplet: F2, 17 and B0. RGB value is (242,23,176). Sum of RGB (Red+Green+Blue) = 242+23+176=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F217B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F217B0 is #0DE84F. Grayscale: #696969. Windows color (decimal): -911440 or 11540466. OLE color: 11540466.
HSL color Cylindrical-coordinate representation of color #F217B0: hue angle of 318.08º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F217B0 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 176 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.05 |
| HSL | 318.08º | 0.89% | 0.52% | - |
| HSV(B) | 318.08º | 0.9% | 0.95% | - |
| XYZ | 44.76 | 22.62 | 43.08 | - |
| YUV | 105.92 | 167.55 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 176 | 0 | 0.90 | 0.27 | 0.05 | 318.08 | 0.89 | 0.52 |
| Hex | F2 | 17 | B0 | 0 | 5A | 1B | 5 | 13E | 59 | 34 |
| Octal | 362 | 27 | 260 | 0 | 132 | 33 | 5 | 476 | 131 | 64 |
| Binary | 11110010 | 10111 | 10110000 | 0 | 1011010 | 11011 | 101 | 100111110 | 1011001 | 110100 |
Color Harmonies of #F217B0
Complementary color
Monochromatic Colors of #F217B0
Black with #F217B0
Text Example
Text Example
White with #F217B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217B0; }
p { color: rgb(242,23,176); }
H1.HeaderClassName
{
color: #F217B0;
}
.AnyTagClassName
{
color: #F217B0;
}
</style>
background-color css
<style>
a { background-color: #F217B0; }
a { background-color: rgb(242,23,176); }
div.DivClassName
{
background-color: #F217B0;
}
.BgClassName
{
background-color: #F217B0;
}
</style>
border-color css
<style>
span { border-color: #F217B0; }
span { border-color: rgb(242,23,176); }
td.TdClassName
{
border-color: #F217B0;
}
.TagClassName
{
border-color: #F217B0;
}
</style>