Shades of Spicy Pink #F313B0
Tints of Spicy Pink #F313B0
RGB
CMYK
RGB Variations
Color information
#F313B0 (or 0xF313B0) is known color: Spicy Pink. HEX triplet: F3, 13 and B0. RGB value is (243,19,176). Sum of RGB (Red+Green+Blue) = 243+19+176=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F313B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F313B0 is #0CEC4F. Grayscale: #676767. Windows color (decimal): -846928 or 11539443. OLE color: 11539443.
HSL color Cylindrical-coordinate representation of color #F313B0: hue angle of 317.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F313B0 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 176 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.05 |
| HSL | 317.95º | 0.9% | 0.51% | - |
| HSV(B) | 317.95º | 0.92% | 0.95% | - |
| XYZ | 45.03 | 22.66 | 43.07 | - |
| YUV | 103.87 | 168.71 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 176 | 0 | 0.92 | 0.28 | 0.05 | 317.95 | 0.9 | 0.51 |
| Hex | F3 | 13 | B0 | 0 | 5C | 1C | 5 | 13E | 5A | 33 |
| Octal | 363 | 23 | 260 | 0 | 134 | 34 | 5 | 476 | 132 | 63 |
| Binary | 11110011 | 10011 | 10110000 | 0 | 1011100 | 11100 | 101 | 100111110 | 1011010 | 110011 |
Color Harmonies of #F313B0
Complementary color
Monochromatic Colors of #F313B0
Black with #F313B0
Text Example
Text Example
White with #F313B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313B0; }
p { color: rgb(243,19,176); }
H1.HeaderClassName
{
color: #F313B0;
}
.AnyTagClassName
{
color: #F313B0;
}
</style>
background-color css
<style>
a { background-color: #F313B0; }
a { background-color: rgb(243,19,176); }
div.DivClassName
{
background-color: #F313B0;
}
.BgClassName
{
background-color: #F313B0;
}
</style>
border-color css
<style>
span { border-color: #F313B0; }
span { border-color: rgb(243,19,176); }
td.TdClassName
{
border-color: #F313B0;
}
.TagClassName
{
border-color: #F313B0;
}
</style>