Shades of Spicy Pink #F312B2
Tints of Spicy Pink #F312B2
RGB
CMYK
RGB Variations
Color information
#F312B2 (or 0xF312B2) is known color: Spicy Pink. HEX triplet: F3, 12 and B2. RGB value is (243,18,178). Sum of RGB (Red+Green+Blue) = 243+18+178=439 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.35% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 243 - color contains mainly: red. Hex color #F312B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F312B2 is #0CED4D. Grayscale: #676767. Windows color (decimal): -847182 or 11670259. OLE color: 11670259.
HSL color Cylindrical-coordinate representation of color #F312B2: hue angle of 317.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F312B2 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 178 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.05 |
| HSL | 317.33º | 0.9% | 0.51% | - |
| HSV(B) | 317.33º | 0.93% | 0.95% | - |
| XYZ | 45.21 | 22.7 | 44.12 | - |
| YUV | 103.52 | 170.04 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 178 | 0 | 0.93 | 0.27 | 0.05 | 317.33 | 0.9 | 0.51 |
| Hex | F3 | 12 | B2 | 0 | 5D | 1B | 5 | 13D | 5A | 33 |
| Octal | 363 | 22 | 262 | 0 | 135 | 33 | 5 | 475 | 132 | 63 |
| Binary | 11110011 | 10010 | 10110010 | 0 | 1011101 | 11011 | 101 | 100111101 | 1011010 | 110011 |
Color Harmonies of #F312B2
Complementary color
Monochromatic Colors of #F312B2
Black with #F312B2
Text Example
Text Example
White with #F312B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312B2; }
p { color: rgb(243,18,178); }
H1.HeaderClassName
{
color: #F312B2;
}
.AnyTagClassName
{
color: #F312B2;
}
</style>
background-color css
<style>
a { background-color: #F312B2; }
a { background-color: rgb(243,18,178); }
div.DivClassName
{
background-color: #F312B2;
}
.BgClassName
{
background-color: #F312B2;
}
</style>
border-color css
<style>
span { border-color: #F312B2; }
span { border-color: rgb(243,18,178); }
td.TdClassName
{
border-color: #F312B2;
}
.TagClassName
{
border-color: #F312B2;
}
</style>