Shades of Spicy Pink #F728BC
Tints of Spicy Pink #F728BC
RGB
CMYK
RGB Variations
Color information
#F728BC (or 0xF728BC) is known color: Spicy Pink. HEX triplet: F7, 28 and BC. RGB value is (247,40,188). Sum of RGB (Red+Green+Blue) = 247+40+188=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F728BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F728BC is #08D743. Grayscale: #767676. Windows color (decimal): -579396 or 12331255. OLE color: 12331255.
HSL color Cylindrical-coordinate representation of color #F728BC: hue angle of 317.1º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F728BC is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 188 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.03 |
| HSL | 317.1º | 0.93% | 0.56% | - |
| HSV(B) | 317.1º | 0.84% | 0.97% | - |
| XYZ | 48.19 | 24.92 | 49.85 | - |
| YUV | 118.77 | 167.08 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 188 | 0 | 0.84 | 0.24 | 0.03 | 317.1 | 0.93 | 0.56 |
| Hex | F7 | 28 | BC | 0 | 54 | 18 | 3 | 13D | 5D | 38 |
| Octal | 367 | 50 | 274 | 0 | 124 | 30 | 3 | 475 | 135 | 70 |
| Binary | 11110111 | 101000 | 10111100 | 0 | 1010100 | 11000 | 11 | 100111101 | 1011101 | 111000 |
Color Harmonies of #F728BC
Complementary color
Monochromatic Colors of #F728BC
Black with #F728BC
Text Example
Text Example
White with #F728BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F728BC; }
p { color: rgb(247,40,188); }
H1.HeaderClassName
{
color: #F728BC;
}
.AnyTagClassName
{
color: #F728BC;
}
</style>
background-color css
<style>
a { background-color: #F728BC; }
a { background-color: rgb(247,40,188); }
div.DivClassName
{
background-color: #F728BC;
}
.BgClassName
{
background-color: #F728BC;
}
</style>
border-color css
<style>
span { border-color: #F728BC; }
span { border-color: rgb(247,40,188); }
td.TdClassName
{
border-color: #F728BC;
}
.TagClassName
{
border-color: #F728BC;
}
</style>