Shades of Spicy Pink #F314AD
Tints of Spicy Pink #F314AD
RGB
CMYK
RGB Variations
Color information
#F314AD (or 0xF314AD) is known color: Spicy Pink. HEX triplet: F3, 14 and AD. RGB value is (243,20,173). Sum of RGB (Red+Green+Blue) = 243+20+173=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F314AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F314AD is #0CEB52. Grayscale: #676767. Windows color (decimal): -846675 or 11343091. OLE color: 11343091.
HSL color Cylindrical-coordinate representation of color #F314AD: hue angle of 318.83º 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 #F314AD is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 173 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.05 |
| HSL | 318.83º | 0.9% | 0.52% | - |
| HSV(B) | 318.83º | 0.92% | 0.95% | - |
| XYZ | 44.76 | 22.57 | 41.53 | - |
| YUV | 104.12 | 166.88 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 173 | 0 | 0.92 | 0.29 | 0.05 | 318.83 | 0.9 | 0.52 |
| Hex | F3 | 14 | AD | 0 | 5C | 1D | 5 | 13F | 5A | 34 |
| Octal | 363 | 24 | 255 | 0 | 134 | 35 | 5 | 477 | 132 | 64 |
| Binary | 11110011 | 10100 | 10101101 | 0 | 1011100 | 11101 | 101 | 100111111 | 1011010 | 110100 |
Color Harmonies of #F314AD
Complementary color
Monochromatic Colors of #F314AD
Black with #F314AD
Text Example
Text Example
White with #F314AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314AD; }
p { color: rgb(243,20,173); }
H1.HeaderClassName
{
color: #F314AD;
}
.AnyTagClassName
{
color: #F314AD;
}
</style>
background-color css
<style>
a { background-color: #F314AD; }
a { background-color: rgb(243,20,173); }
div.DivClassName
{
background-color: #F314AD;
}
.BgClassName
{
background-color: #F314AD;
}
</style>
border-color css
<style>
span { border-color: #F314AD; }
span { border-color: rgb(243,20,173); }
td.TdClassName
{
border-color: #F314AD;
}
.TagClassName
{
border-color: #F314AD;
}
</style>