Shades of Spicy Pink #F314AC
Tints of Spicy Pink #F314AC
RGB
CMYK
RGB Variations
Color information
#F314AC (or 0xF314AC) is known color: Spicy Pink. HEX triplet: F3, 14 and AC. RGB value is (243,20,172). Sum of RGB (Red+Green+Blue) = 243+20+172=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F314AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F314AC is #0CEB53. Grayscale: #676767. Windows color (decimal): -846676 or 11277555. OLE color: 11277555.
HSL color Cylindrical-coordinate representation of color #F314AC: hue angle of 319.1º 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 #F314AC is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 172 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.05 |
| HSL | 319.1º | 0.9% | 0.52% | - |
| HSV(B) | 319.1º | 0.92% | 0.95% | - |
| XYZ | 44.66 | 22.53 | 41.03 | - |
| YUV | 104.01 | 166.38 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 172 | 0 | 0.92 | 0.29 | 0.05 | 319.1 | 0.9 | 0.52 |
| Hex | F3 | 14 | AC | 0 | 5C | 1D | 5 | 13F | 5A | 34 |
| Octal | 363 | 24 | 254 | 0 | 134 | 35 | 5 | 477 | 132 | 64 |
| Binary | 11110011 | 10100 | 10101100 | 0 | 1011100 | 11101 | 101 | 100111111 | 1011010 | 110100 |
Color Harmonies of #F314AC
Complementary color
Monochromatic Colors of #F314AC
Black with #F314AC
Text Example
Text Example
White with #F314AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314AC; }
p { color: rgb(243,20,172); }
H1.HeaderClassName
{
color: #F314AC;
}
.AnyTagClassName
{
color: #F314AC;
}
</style>
background-color css
<style>
a { background-color: #F314AC; }
a { background-color: rgb(243,20,172); }
div.DivClassName
{
background-color: #F314AC;
}
.BgClassName
{
background-color: #F314AC;
}
</style>
border-color css
<style>
span { border-color: #F314AC; }
span { border-color: rgb(243,20,172); }
td.TdClassName
{
border-color: #F314AC;
}
.TagClassName
{
border-color: #F314AC;
}
</style>