Shades of Spicy Pink #F314AF
Tints of Spicy Pink #F314AF
RGB
CMYK
RGB Variations
Color information
#F314AF (or 0xF314AF) is known color: Spicy Pink. HEX triplet: F3, 14 and AF. RGB value is (243,20,175). Sum of RGB (Red+Green+Blue) = 243+20+175=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F314AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F314AF is #0CEB50. Grayscale: #676767. Windows color (decimal): -846673 or 11474163. OLE color: 11474163.
HSL color Cylindrical-coordinate representation of color #F314AF: hue angle of 318.3º 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 #F314AF is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 175 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.05 |
| HSL | 318.3º | 0.9% | 0.52% | - |
| HSV(B) | 318.3º | 0.92% | 0.95% | - |
| XYZ | 44.95 | 22.65 | 42.56 | - |
| YUV | 104.35 | 167.88 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 175 | 0 | 0.92 | 0.28 | 0.05 | 318.3 | 0.9 | 0.52 |
| Hex | F3 | 14 | AF | 0 | 5C | 1C | 5 | 13E | 5A | 34 |
| Octal | 363 | 24 | 257 | 0 | 134 | 34 | 5 | 476 | 132 | 64 |
| Binary | 11110011 | 10100 | 10101111 | 0 | 1011100 | 11100 | 101 | 100111110 | 1011010 | 110100 |
Color Harmonies of #F314AF
Complementary color
Monochromatic Colors of #F314AF
Black with #F314AF
Text Example
Text Example
White with #F314AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314AF; }
p { color: rgb(243,20,175); }
H1.HeaderClassName
{
color: #F314AF;
}
.AnyTagClassName
{
color: #F314AF;
}
</style>
background-color css
<style>
a { background-color: #F314AF; }
a { background-color: rgb(243,20,175); }
div.DivClassName
{
background-color: #F314AF;
}
.BgClassName
{
background-color: #F314AF;
}
</style>
border-color css
<style>
span { border-color: #F314AF; }
span { border-color: rgb(243,20,175); }
td.TdClassName
{
border-color: #F314AF;
}
.TagClassName
{
border-color: #F314AF;
}
</style>