Shades of Spicy Pink #F731B5
Tints of Spicy Pink #F731B5
RGB
CMYK
RGB Variations
Color information
#F731B5 (or 0xF731B5) is known color: Spicy Pink. HEX triplet: F7, 31 and B5. RGB value is (247,49,181). Sum of RGB (Red+Green+Blue) = 247+49+181=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F731B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F731B5 is #08CE4A. Grayscale: #7A7A7A. Windows color (decimal): -577099 or 11874807. OLE color: 11874807.
HSL color Cylindrical-coordinate representation of color #F731B5: hue angle of 320º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F731B5 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 181 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.03 |
| HSL | 320º | 0.93% | 0.58% | - |
| HSV(B) | 320º | 0.8% | 0.97% | - |
| XYZ | 47.8 | 25.31 | 46.08 | - |
| YUV | 123.25 | 160.6 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 181 | 0 | 0.80 | 0.27 | 0.03 | 320 | 0.93 | 0.58 |
| Hex | F7 | 31 | B5 | 0 | 50 | 1B | 3 | 140 | 5D | 3A |
| Octal | 367 | 61 | 265 | 0 | 120 | 33 | 3 | 500 | 135 | 72 |
| Binary | 11110111 | 110001 | 10110101 | 0 | 1010000 | 11011 | 11 | 101000000 | 1011101 | 111010 |
Color Harmonies of #F731B5
Complementary color
Monochromatic Colors of #F731B5
Black with #F731B5
Text Example
Text Example
White with #F731B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F731B5; }
p { color: rgb(247,49,181); }
H1.HeaderClassName
{
color: #F731B5;
}
.AnyTagClassName
{
color: #F731B5;
}
</style>
background-color css
<style>
a { background-color: #F731B5; }
a { background-color: rgb(247,49,181); }
div.DivClassName
{
background-color: #F731B5;
}
.BgClassName
{
background-color: #F731B5;
}
</style>
border-color css
<style>
span { border-color: #F731B5; }
span { border-color: rgb(247,49,181); }
td.TdClassName
{
border-color: #F731B5;
}
.TagClassName
{
border-color: #F731B5;
}
</style>