Shades of Spicy Pink #F917B2
Tints of Spicy Pink #F917B2
RGB
CMYK
RGB Variations
Color information
#F917B2 (or 0xF917B2) is known color: Spicy Pink. HEX triplet: F9, 17 and B2. RGB value is (249,23,178). Sum of RGB (Red+Green+Blue) = 249+23+178=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F917B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F917B2 is #06E84D. Grayscale: #6B6B6B. Windows color (decimal): -452686 or 11671545. OLE color: 11671545.
HSL color Cylindrical-coordinate representation of color #F917B2: hue angle of 318.85º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F917B2 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 178 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.02 |
| HSL | 318.85º | 0.95% | 0.53% | - |
| HSV(B) | 318.85º | 0.91% | 0.98% | - |
| XYZ | 47.41 | 23.97 | 44.25 | - |
| YUV | 108.24 | 167.37 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 178 | 0 | 0.91 | 0.29 | 0.02 | 318.85 | 0.95 | 0.53 |
| Hex | F9 | 17 | B2 | 0 | 5B | 1D | 2 | 13F | 5F | 35 |
| Octal | 371 | 27 | 262 | 0 | 133 | 35 | 2 | 477 | 137 | 65 |
| Binary | 11111001 | 10111 | 10110010 | 0 | 1011011 | 11101 | 10 | 100111111 | 1011111 | 110101 |
Color Harmonies of #F917B2
Complementary color
Monochromatic Colors of #F917B2
Black with #F917B2
Text Example
Text Example
White with #F917B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F917B2; }
p { color: rgb(249,23,178); }
H1.HeaderClassName
{
color: #F917B2;
}
.AnyTagClassName
{
color: #F917B2;
}
</style>
background-color css
<style>
a { background-color: #F917B2; }
a { background-color: rgb(249,23,178); }
div.DivClassName
{
background-color: #F917B2;
}
.BgClassName
{
background-color: #F917B2;
}
</style>
border-color css
<style>
span { border-color: #F917B2; }
span { border-color: rgb(249,23,178); }
td.TdClassName
{
border-color: #F917B2;
}
.TagClassName
{
border-color: #F917B2;
}
</style>