Shades of Spicy Pink #F910B1
Tints of Spicy Pink #F910B1
RGB
CMYK
RGB Variations
Color information
#F910B1 (or 0xF910B1) is known color: Spicy Pink. HEX triplet: F9, 10 and B1. RGB value is (249,16,177). Sum of RGB (Red+Green+Blue) = 249+16+177=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F910B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F910B1 is #06EF4E. Grayscale: #676767. Windows color (decimal): -454479 or 11604217. OLE color: 11604217.
HSL color Cylindrical-coordinate representation of color #F910B1: hue angle of 318.54º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F910B1 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 177 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.02 |
| HSL | 318.54º | 0.95% | 0.52% | - |
| HSV(B) | 318.54º | 0.94% | 0.98% | - |
| XYZ | 47.19 | 23.68 | 43.68 | - |
| YUV | 104.02 | 169.19 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 177 | 0 | 0.94 | 0.29 | 0.02 | 318.54 | 0.95 | 0.52 |
| Hex | F9 | 10 | B1 | 0 | 5E | 1D | 2 | 13F | 5F | 34 |
| Octal | 371 | 20 | 261 | 0 | 136 | 35 | 2 | 477 | 137 | 64 |
| Binary | 11111001 | 10000 | 10110001 | 0 | 1011110 | 11101 | 10 | 100111111 | 1011111 | 110100 |
Color Harmonies of #F910B1
Complementary color
Monochromatic Colors of #F910B1
Black with #F910B1
Text Example
Text Example
White with #F910B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F910B1; }
p { color: rgb(249,16,177); }
H1.HeaderClassName
{
color: #F910B1;
}
.AnyTagClassName
{
color: #F910B1;
}
</style>
background-color css
<style>
a { background-color: #F910B1; }
a { background-color: rgb(249,16,177); }
div.DivClassName
{
background-color: #F910B1;
}
.BgClassName
{
background-color: #F910B1;
}
</style>
border-color css
<style>
span { border-color: #F910B1; }
span { border-color: rgb(249,16,177); }
td.TdClassName
{
border-color: #F910B1;
}
.TagClassName
{
border-color: #F910B1;
}
</style>