Shades of Spicy Pink #F017A3
Tints of Spicy Pink #F017A3
RGB
CMYK
RGB Variations
Color information
#F017A3 (or 0xF017A3) is known color: Spicy Pink. HEX triplet: F0, 17 and A3. RGB value is (240,23,163). Sum of RGB (Red+Green+Blue) = 240+23+163=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F017A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F017A3 is #0FE85C. Grayscale: #676767. Windows color (decimal): -1042525 or 10688496. OLE color: 10688496.
HSL color Cylindrical-coordinate representation of color #F017A3: hue angle of 321.29º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F017A3 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 163 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.06 |
| HSL | 321.29º | 0.88% | 0.52% | - |
| HSV(B) | 321.29º | 0.9% | 0.94% | - |
| XYZ | 42.85 | 21.78 | 36.6 | - |
| YUV | 103.84 | 161.39 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 163 | 0 | 0.90 | 0.32 | 0.06 | 321.29 | 0.88 | 0.52 |
| Hex | F0 | 17 | A3 | 0 | 5A | 20 | 6 | 141 | 58 | 34 |
| Octal | 360 | 27 | 243 | 0 | 132 | 40 | 6 | 501 | 130 | 64 |
| Binary | 11110000 | 10111 | 10100011 | 0 | 1011010 | 100000 | 110 | 101000001 | 1011000 | 110100 |
Color Harmonies of #F017A3
Complementary color
Monochromatic Colors of #F017A3
Black with #F017A3
Text Example
Text Example
White with #F017A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F017A3; }
p { color: rgb(240,23,163); }
H1.HeaderClassName
{
color: #F017A3;
}
.AnyTagClassName
{
color: #F017A3;
}
</style>
background-color css
<style>
a { background-color: #F017A3; }
a { background-color: rgb(240,23,163); }
div.DivClassName
{
background-color: #F017A3;
}
.BgClassName
{
background-color: #F017A3;
}
</style>
border-color css
<style>
span { border-color: #F017A3; }
span { border-color: rgb(240,23,163); }
td.TdClassName
{
border-color: #F017A3;
}
.TagClassName
{
border-color: #F017A3;
}
</style>