Shades of Spicy Pink #F314A7
Tints of Spicy Pink #F314A7
RGB
CMYK
RGB Variations
Color information
#F314A7 (or 0xF314A7) is known color: Spicy Pink. HEX triplet: F3, 14 and A7. RGB value is (243,20,167). Sum of RGB (Red+Green+Blue) = 243+20+167=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F314A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F314A7 is #0CEB58. Grayscale: #676767. Windows color (decimal): -846681 or 10949875. OLE color: 10949875.
HSL color Cylindrical-coordinate representation of color #F314A7: 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.92%. Process color model (Four color, CMYK) of #F314A7 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 167 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.05 |
| HSL | 320.45º | 0.9% | 0.52% | - |
| HSV(B) | 320.45º | 0.92% | 0.95% | - |
| XYZ | 44.19 | 22.35 | 38.54 | - |
| YUV | 103.44 | 163.88 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 167 | 0 | 0.92 | 0.31 | 0.05 | 320.45 | 0.9 | 0.52 |
| Hex | F3 | 14 | A7 | 0 | 5C | 1F | 5 | 140 | 5A | 34 |
| Octal | 363 | 24 | 247 | 0 | 134 | 37 | 5 | 500 | 132 | 64 |
| Binary | 11110011 | 10100 | 10100111 | 0 | 1011100 | 11111 | 101 | 101000000 | 1011010 | 110100 |
Color Harmonies of #F314A7
Complementary color
Monochromatic Colors of #F314A7
Black with #F314A7
Text Example
Text Example
White with #F314A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314A7; }
p { color: rgb(243,20,167); }
H1.HeaderClassName
{
color: #F314A7;
}
.AnyTagClassName
{
color: #F314A7;
}
</style>
background-color css
<style>
a { background-color: #F314A7; }
a { background-color: rgb(243,20,167); }
div.DivClassName
{
background-color: #F314A7;
}
.BgClassName
{
background-color: #F314A7;
}
</style>
border-color css
<style>
span { border-color: #F314A7; }
span { border-color: rgb(243,20,167); }
td.TdClassName
{
border-color: #F314A7;
}
.TagClassName
{
border-color: #F314A7;
}
</style>