Shades of Spicy Pink #F718AA
Tints of Spicy Pink #F718AA
RGB
CMYK
RGB Variations
Color information
#F718AA (or 0xF718AA) is known color: Spicy Pink. HEX triplet: F7, 18 and AA. RGB value is (247,24,170). Sum of RGB (Red+Green+Blue) = 247+24+170=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F718AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F718AA is #08E755. Grayscale: #6A6A6A. Windows color (decimal): -583510 or 11147511. OLE color: 11147511.
HSL color Cylindrical-coordinate representation of color #F718AA: hue angle of 320.72º 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 #F718AA is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 170 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.03 |
| HSL | 320.72º | 0.93% | 0.53% | - |
| HSV(B) | 320.72º | 0.9% | 0.97% | - |
| XYZ | 45.94 | 23.33 | 40.11 | - |
| YUV | 107.32 | 163.38 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 170 | 0 | 0.90 | 0.31 | 0.03 | 320.72 | 0.93 | 0.53 |
| Hex | F7 | 18 | AA | 0 | 5A | 1F | 3 | 141 | 5D | 35 |
| Octal | 367 | 30 | 252 | 0 | 132 | 37 | 3 | 501 | 135 | 65 |
| Binary | 11110111 | 11000 | 10101010 | 0 | 1011010 | 11111 | 11 | 101000001 | 1011101 | 110101 |
Color Harmonies of #F718AA
Complementary color
Monochromatic Colors of #F718AA
Black with #F718AA
Text Example
Text Example
White with #F718AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F718AA; }
p { color: rgb(247,24,170); }
H1.HeaderClassName
{
color: #F718AA;
}
.AnyTagClassName
{
color: #F718AA;
}
</style>
background-color css
<style>
a { background-color: #F718AA; }
a { background-color: rgb(247,24,170); }
div.DivClassName
{
background-color: #F718AA;
}
.BgClassName
{
background-color: #F718AA;
}
</style>
border-color css
<style>
span { border-color: #F718AA; }
span { border-color: rgb(247,24,170); }
td.TdClassName
{
border-color: #F718AA;
}
.TagClassName
{
border-color: #F718AA;
}
</style>