Shades of Spicy Pink #F718B0
Tints of Spicy Pink #F718B0
RGB
CMYK
RGB Variations
Color information
#F718B0 (or 0xF718B0) is known color: Spicy Pink. HEX triplet: F7, 18 and B0. RGB value is (247,24,176). Sum of RGB (Red+Green+Blue) = 247+24+176=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F718B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F718B0 is #08E74F. Grayscale: #6B6B6B. Windows color (decimal): -583504 or 11540727. OLE color: 11540727.
HSL color Cylindrical-coordinate representation of color #F718B0: hue angle of 319.1º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F718B0 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 176 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.03 |
| HSL | 319.1º | 0.93% | 0.53% | - |
| HSV(B) | 319.1º | 0.9% | 0.97% | - |
| XYZ | 46.52 | 23.56 | 43.17 | - |
| YUV | 108.01 | 166.38 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 176 | 0 | 0.90 | 0.29 | 0.03 | 319.1 | 0.93 | 0.53 |
| Hex | F7 | 18 | B0 | 0 | 5A | 1D | 3 | 13F | 5D | 35 |
| Octal | 367 | 30 | 260 | 0 | 132 | 35 | 3 | 477 | 135 | 65 |
| Binary | 11110111 | 11000 | 10110000 | 0 | 1011010 | 11101 | 11 | 100111111 | 1011101 | 110101 |
Color Harmonies of #F718B0
Complementary color
Monochromatic Colors of #F718B0
Black with #F718B0
Text Example
Text Example
White with #F718B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718B0; }
p { color: rgb(247,24,176); }
H1.HeaderClassName
{
color: #F718B0;
}
.AnyTagClassName
{
color: #F718B0;
}
</style>
background-color css
<style>
a { background-color: #F718B0; }
a { background-color: rgb(247,24,176); }
div.DivClassName
{
background-color: #F718B0;
}
.BgClassName
{
background-color: #F718B0;
}
</style>
border-color css
<style>
span { border-color: #F718B0; }
span { border-color: rgb(247,24,176); }
td.TdClassName
{
border-color: #F718B0;
}
.TagClassName
{
border-color: #F718B0;
}
</style>