Shades of Spicy Pink #F72AB7
Tints of Spicy Pink #F72AB7
RGB
CMYK
RGB Variations
Color information
#F72AB7 (or 0xF72AB7) is known color: Spicy Pink. HEX triplet: F7, 2A and B7. RGB value is (247,42,183). Sum of RGB (Red+Green+Blue) = 247+42+183=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 42 (16.80% from 255 or 8.90% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F72AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F72AB7 is #08D548. Grayscale: #777777. Windows color (decimal): -578889 or 12004087. OLE color: 12004087.
HSL color Cylindrical-coordinate representation of color #F72AB7: hue angle of 318.73º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F72AB7 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 42 | 183 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.03 |
| HSL | 318.73º | 0.93% | 0.57% | - |
| HSV(B) | 318.73º | 0.83% | 0.97% | - |
| XYZ | 47.73 | 24.85 | 47.08 | - |
| YUV | 119.37 | 163.92 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 42 | 183 | 0 | 0.83 | 0.26 | 0.03 | 318.73 | 0.93 | 0.57 |
| Hex | F7 | 2A | B7 | 0 | 53 | 1A | 3 | 13F | 5D | 39 |
| Octal | 367 | 52 | 267 | 0 | 123 | 32 | 3 | 477 | 135 | 71 |
| Binary | 11110111 | 101010 | 10110111 | 0 | 1010011 | 11010 | 11 | 100111111 | 1011101 | 111001 |
Color Harmonies of #F72AB7
Complementary color
Monochromatic Colors of #F72AB7
Black with #F72AB7
Text Example
Text Example
White with #F72AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72AB7; }
p { color: rgb(247,42,183); }
H1.HeaderClassName
{
color: #F72AB7;
}
.AnyTagClassName
{
color: #F72AB7;
}
</style>
background-color css
<style>
a { background-color: #F72AB7; }
a { background-color: rgb(247,42,183); }
div.DivClassName
{
background-color: #F72AB7;
}
.BgClassName
{
background-color: #F72AB7;
}
</style>
border-color css
<style>
span { border-color: #F72AB7; }
span { border-color: rgb(247,42,183); }
td.TdClassName
{
border-color: #F72AB7;
}
.TagClassName
{
border-color: #F72AB7;
}
</style>