Shades of Spicy Pink #F313B1
Tints of Spicy Pink #F313B1
RGB
CMYK
RGB Variations
Color information
#F313B1 (or 0xF313B1) is known color: Spicy Pink. HEX triplet: F3, 13 and B1. RGB value is (243,19,177). Sum of RGB (Red+Green+Blue) = 243+19+177=439 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.35% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 243 - color contains mainly: red. Hex color #F313B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F313B1 is #0CEC4E. Grayscale: #676767. Windows color (decimal): -846927 or 11604979. OLE color: 11604979.
HSL color Cylindrical-coordinate representation of color #F313B1: hue angle of 317.68º 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 #F313B1 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 177 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.05 |
| HSL | 317.68º | 0.9% | 0.51% | - |
| HSV(B) | 317.68º | 0.92% | 0.95% | - |
| XYZ | 45.13 | 22.69 | 43.6 | - |
| YUV | 103.99 | 169.21 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 177 | 0 | 0.92 | 0.27 | 0.05 | 317.68 | 0.9 | 0.51 |
| Hex | F3 | 13 | B1 | 0 | 5C | 1B | 5 | 13E | 5A | 33 |
| Octal | 363 | 23 | 261 | 0 | 134 | 33 | 5 | 476 | 132 | 63 |
| Binary | 11110011 | 10011 | 10110001 | 0 | 1011100 | 11011 | 101 | 100111110 | 1011010 | 110011 |
Color Harmonies of #F313B1
Complementary color
Monochromatic Colors of #F313B1
Black with #F313B1
Text Example
Text Example
White with #F313B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313B1; }
p { color: rgb(243,19,177); }
H1.HeaderClassName
{
color: #F313B1;
}
.AnyTagClassName
{
color: #F313B1;
}
</style>
background-color css
<style>
a { background-color: #F313B1; }
a { background-color: rgb(243,19,177); }
div.DivClassName
{
background-color: #F313B1;
}
.BgClassName
{
background-color: #F313B1;
}
</style>
border-color css
<style>
span { border-color: #F313B1; }
span { border-color: rgb(243,19,177); }
td.TdClassName
{
border-color: #F313B1;
}
.TagClassName
{
border-color: #F313B1;
}
</style>