Shades of Spicy Pink #F314AB
Tints of Spicy Pink #F314AB
RGB
CMYK
RGB Variations
Color information
#F314AB (or 0xF314AB) is known color: Spicy Pink. HEX triplet: F3, 14 and AB. RGB value is (243,20,171). Sum of RGB (Red+Green+Blue) = 243+20+171=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F314AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F314AB is #0CEB54. Grayscale: #676767. Windows color (decimal): -846677 or 11212019. OLE color: 11212019.
HSL color Cylindrical-coordinate representation of color #F314AB: hue angle of 319.37º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F314AB is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 171 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.05 |
| HSL | 319.37º | 0.9% | 0.52% | - |
| HSV(B) | 319.37º | 0.92% | 0.95% | - |
| XYZ | 44.56 | 22.5 | 40.52 | - |
| YUV | 103.89 | 165.88 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 171 | 0 | 0.92 | 0.30 | 0.05 | 319.37 | 0.9 | 0.52 |
| Hex | F3 | 14 | AB | 0 | 5C | 1E | 5 | 13F | 5A | 34 |
| Octal | 363 | 24 | 253 | 0 | 134 | 36 | 5 | 477 | 132 | 64 |
| Binary | 11110011 | 10100 | 10101011 | 0 | 1011100 | 11110 | 101 | 100111111 | 1011010 | 110100 |
Color Harmonies of #F314AB
Complementary color
Monochromatic Colors of #F314AB
Black with #F314AB
Text Example
Text Example
White with #F314AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314AB; }
p { color: rgb(243,20,171); }
H1.HeaderClassName
{
color: #F314AB;
}
.AnyTagClassName
{
color: #F314AB;
}
</style>
background-color css
<style>
a { background-color: #F314AB; }
a { background-color: rgb(243,20,171); }
div.DivClassName
{
background-color: #F314AB;
}
.BgClassName
{
background-color: #F314AB;
}
</style>
border-color css
<style>
span { border-color: #F314AB; }
span { border-color: rgb(243,20,171); }
td.TdClassName
{
border-color: #F314AB;
}
.TagClassName
{
border-color: #F314AB;
}
</style>