Shades of Radical Red #F93172
Tints of Radical Red #F93172
RGB
CMYK
RGB Variations
Color information
#F93172 (or 0xF93172) is known color: Radical Red. HEX triplet: F9, 31 and 72. RGB value is (249,49,114). Sum of RGB (Red+Green+Blue) = 249+49+114=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F93172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93172 is #06CE8D. Grayscale: #747474. Windows color (decimal): -446094 or 7483897. OLE color: 7483897.
HSL color Cylindrical-coordinate representation of color #F93172: hue angle of 340.5º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93172 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 114 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.02 |
| HSL | 340.5º | 0.94% | 0.58% | - |
| HSV(B) | 340.5º | 0.8% | 0.98% | - |
| XYZ | 43.2 | 23.55 | 18.19 | - |
| YUV | 116.21 | 126.76 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 114 | 0 | 0.80 | 0.54 | 0.02 | 340.5 | 0.94 | 0.58 |
| Hex | F9 | 31 | 72 | 0 | 50 | 36 | 2 | 154 | 5E | 3A |
| Octal | 371 | 61 | 162 | 0 | 120 | 66 | 2 | 524 | 136 | 72 |
| Binary | 11111001 | 110001 | 1110010 | 0 | 1010000 | 110110 | 10 | 101010100 | 1011110 | 111010 |
Color Harmonies of #F93172
Complementary color
Monochromatic Colors of #F93172
Black with #F93172
Text Example
Text Example
White with #F93172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93172; }
p { color: rgb(249,49,114); }
H1.HeaderClassName
{
color: #F93172;
}
.AnyTagClassName
{
color: #F93172;
}
</style>
background-color css
<style>
a { background-color: #F93172; }
a { background-color: rgb(249,49,114); }
div.DivClassName
{
background-color: #F93172;
}
.BgClassName
{
background-color: #F93172;
}
</style>
border-color css
<style>
span { border-color: #F93172; }
span { border-color: rgb(249,49,114); }
td.TdClassName
{
border-color: #F93172;
}
.TagClassName
{
border-color: #F93172;
}
</style>