Shades of Spicy Pink #F317A8
Tints of Spicy Pink #F317A8
RGB
CMYK
RGB Variations
Color information
#F317A8 (or 0xF317A8) is known color: Spicy Pink. HEX triplet: F3, 17 and A8. RGB value is (243,23,168). Sum of RGB (Red+Green+Blue) = 243+23+168=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F317A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F317A8 is #0CE857. Grayscale: #686868. Windows color (decimal): -845912 or 11016179. OLE color: 11016179.
HSL color Cylindrical-coordinate representation of color #F317A8: hue angle of 320.45º degrees, saturation: 0.9, 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 #F317A8 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 168 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.05 |
| HSL | 320.45º | 0.9% | 0.52% | - |
| HSV(B) | 320.45º | 0.91% | 0.95% | - |
| XYZ | 44.34 | 22.49 | 39.05 | - |
| YUV | 105.31 | 163.39 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 168 | 0 | 0.91 | 0.31 | 0.05 | 320.45 | 0.9 | 0.52 |
| Hex | F3 | 17 | A8 | 0 | 5B | 1F | 5 | 140 | 5A | 34 |
| Octal | 363 | 27 | 250 | 0 | 133 | 37 | 5 | 500 | 132 | 64 |
| Binary | 11110011 | 10111 | 10101000 | 0 | 1011011 | 11111 | 101 | 101000000 | 1011010 | 110100 |
Color Harmonies of #F317A8
Complementary color
Monochromatic Colors of #F317A8
Black with #F317A8
Text Example
Text Example
White with #F317A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F317A8; }
p { color: rgb(243,23,168); }
H1.HeaderClassName
{
color: #F317A8;
}
.AnyTagClassName
{
color: #F317A8;
}
</style>
background-color css
<style>
a { background-color: #F317A8; }
a { background-color: rgb(243,23,168); }
div.DivClassName
{
background-color: #F317A8;
}
.BgClassName
{
background-color: #F317A8;
}
</style>
border-color css
<style>
span { border-color: #F317A8; }
span { border-color: rgb(243,23,168); }
td.TdClassName
{
border-color: #F317A8;
}
.TagClassName
{
border-color: #F317A8;
}
</style>