Shades of Spicy Pink #F313B2
Tints of Spicy Pink #F313B2
RGB
CMYK
RGB Variations
Color information
#F313B2 (or 0xF313B2) is known color: Spicy Pink. HEX triplet: F3, 13 and B2. RGB value is (243,19,178). Sum of RGB (Red+Green+Blue) = 243+19+178=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F313B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F313B2 is #0CEC4D. Grayscale: #676767. Windows color (decimal): -846926 or 11670515. OLE color: 11670515.
HSL color Cylindrical-coordinate representation of color #F313B2: hue angle of 317.41º 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 #F313B2 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 178 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.05 |
| HSL | 317.41º | 0.9% | 0.51% | - |
| HSV(B) | 317.41º | 0.92% | 0.95% | - |
| XYZ | 45.23 | 22.73 | 44.12 | - |
| YUV | 104.1 | 169.71 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 178 | 0 | 0.92 | 0.27 | 0.05 | 317.41 | 0.9 | 0.51 |
| Hex | F3 | 13 | B2 | 0 | 5C | 1B | 5 | 13D | 5A | 33 |
| Octal | 363 | 23 | 262 | 0 | 134 | 33 | 5 | 475 | 132 | 63 |
| Binary | 11110011 | 10011 | 10110010 | 0 | 1011100 | 11011 | 101 | 100111101 | 1011010 | 110011 |
Color Harmonies of #F313B2
Complementary color
Monochromatic Colors of #F313B2
Black with #F313B2
Text Example
Text Example
White with #F313B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313B2; }
p { color: rgb(243,19,178); }
H1.HeaderClassName
{
color: #F313B2;
}
.AnyTagClassName
{
color: #F313B2;
}
</style>
background-color css
<style>
a { background-color: #F313B2; }
a { background-color: rgb(243,19,178); }
div.DivClassName
{
background-color: #F313B2;
}
.BgClassName
{
background-color: #F313B2;
}
</style>
border-color css
<style>
span { border-color: #F313B2; }
span { border-color: rgb(243,19,178); }
td.TdClassName
{
border-color: #F313B2;
}
.TagClassName
{
border-color: #F313B2;
}
</style>