Shades of Spicy Pink #F812B2
Tints of Spicy Pink #F812B2
RGB
CMYK
RGB Variations
Color information
#F812B2 (or 0xF812B2) is known color: Spicy Pink. HEX triplet: F8, 12 and B2. RGB value is (248,18,178). Sum of RGB (Red+Green+Blue) = 248+18+178=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F812B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F812B2 is #07ED4D. Grayscale: #686868. Windows color (decimal): -519502 or 11670264. OLE color: 11670264.
HSL color Cylindrical-coordinate representation of color #F812B2: hue angle of 318.26º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F812B2 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 178 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.03 |
| HSL | 318.26º | 0.94% | 0.52% | - |
| HSV(B) | 318.26º | 0.93% | 0.97% | - |
| XYZ | 46.96 | 23.6 | 44.2 | - |
| YUV | 105.01 | 169.2 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 178 | 0 | 0.93 | 0.28 | 0.03 | 318.26 | 0.94 | 0.52 |
| Hex | F8 | 12 | B2 | 0 | 5D | 1C | 3 | 13E | 5E | 34 |
| Octal | 370 | 22 | 262 | 0 | 135 | 34 | 3 | 476 | 136 | 64 |
| Binary | 11111000 | 10010 | 10110010 | 0 | 1011101 | 11100 | 11 | 100111110 | 1011110 | 110100 |
Color Harmonies of #F812B2
Complementary color
Monochromatic Colors of #F812B2
Black with #F812B2
Text Example
Text Example
White with #F812B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F812B2; }
p { color: rgb(248,18,178); }
H1.HeaderClassName
{
color: #F812B2;
}
.AnyTagClassName
{
color: #F812B2;
}
</style>
background-color css
<style>
a { background-color: #F812B2; }
a { background-color: rgb(248,18,178); }
div.DivClassName
{
background-color: #F812B2;
}
.BgClassName
{
background-color: #F812B2;
}
</style>
border-color css
<style>
span { border-color: #F812B2; }
span { border-color: rgb(248,18,178); }
td.TdClassName
{
border-color: #F812B2;
}
.TagClassName
{
border-color: #F812B2;
}
</style>