Shades of Spicy Pink #F217AB
Tints of Spicy Pink #F217AB
RGB
CMYK
RGB Variations
Color information
#F217AB (or 0xF217AB) is known color: Spicy Pink. HEX triplet: F2, 17 and AB. RGB value is (242,23,171). Sum of RGB (Red+Green+Blue) = 242+23+171=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F217AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F217AB is #0DE854. Grayscale: #686868. Windows color (decimal): -911445 or 11212786. OLE color: 11212786.
HSL color Cylindrical-coordinate representation of color #F217AB: hue angle of 319.45º 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 #F217AB is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 171 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.05 |
| HSL | 319.45º | 0.89% | 0.52% | - |
| HSV(B) | 319.45º | 0.9% | 0.95% | - |
| XYZ | 44.28 | 22.43 | 40.52 | - |
| YUV | 105.35 | 165.05 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 171 | 0 | 0.90 | 0.29 | 0.05 | 319.45 | 0.89 | 0.52 |
| Hex | F2 | 17 | AB | 0 | 5A | 1D | 5 | 13F | 59 | 34 |
| Octal | 362 | 27 | 253 | 0 | 132 | 35 | 5 | 477 | 131 | 64 |
| Binary | 11110010 | 10111 | 10101011 | 0 | 1011010 | 11101 | 101 | 100111111 | 1011001 | 110100 |
Color Harmonies of #F217AB
Complementary color
Monochromatic Colors of #F217AB
Black with #F217AB
Text Example
Text Example
White with #F217AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F217AB; }
p { color: rgb(242,23,171); }
H1.HeaderClassName
{
color: #F217AB;
}
.AnyTagClassName
{
color: #F217AB;
}
</style>
background-color css
<style>
a { background-color: #F217AB; }
a { background-color: rgb(242,23,171); }
div.DivClassName
{
background-color: #F217AB;
}
.BgClassName
{
background-color: #F217AB;
}
</style>
border-color css
<style>
span { border-color: #F217AB; }
span { border-color: rgb(242,23,171); }
td.TdClassName
{
border-color: #F217AB;
}
.TagClassName
{
border-color: #F217AB;
}
</style>