Shades of Spicy Pink #F314B0
Tints of Spicy Pink #F314B0
RGB
CMYK
RGB Variations
Color information
#F314B0 (or 0xF314B0) is known color: Spicy Pink. HEX triplet: F3, 14 and B0. RGB value is (243,20,176). Sum of RGB (Red+Green+Blue) = 243+20+176=439 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.35% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 243 - color contains mainly: red. Hex color #F314B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F314B0 is #0CEB4F. Grayscale: #686868. Windows color (decimal): -846672 or 11539699. OLE color: 11539699.
HSL color Cylindrical-coordinate representation of color #F314B0: hue angle of 318.03º 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 #F314B0 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 176 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.05 |
| HSL | 318.03º | 0.9% | 0.52% | - |
| HSV(B) | 318.03º | 0.92% | 0.95% | - |
| XYZ | 45.05 | 22.69 | 43.08 | - |
| YUV | 104.46 | 168.38 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 176 | 0 | 0.92 | 0.28 | 0.05 | 318.03 | 0.9 | 0.52 |
| Hex | F3 | 14 | B0 | 0 | 5C | 1C | 5 | 13E | 5A | 34 |
| Octal | 363 | 24 | 260 | 0 | 134 | 34 | 5 | 476 | 132 | 64 |
| Binary | 11110011 | 10100 | 10110000 | 0 | 1011100 | 11100 | 101 | 100111110 | 1011010 | 110100 |
Color Harmonies of #F314B0
Complementary color
Monochromatic Colors of #F314B0
Black with #F314B0
Text Example
Text Example
White with #F314B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314B0; }
p { color: rgb(243,20,176); }
H1.HeaderClassName
{
color: #F314B0;
}
.AnyTagClassName
{
color: #F314B0;
}
</style>
background-color css
<style>
a { background-color: #F314B0; }
a { background-color: rgb(243,20,176); }
div.DivClassName
{
background-color: #F314B0;
}
.BgClassName
{
background-color: #F314B0;
}
</style>
border-color css
<style>
span { border-color: #F314B0; }
span { border-color: rgb(243,20,176); }
td.TdClassName
{
border-color: #F314B0;
}
.TagClassName
{
border-color: #F314B0;
}
</style>