Shades of Radical Red #F92E6E
Tints of Radical Red #F92E6E
RGB
CMYK
RGB Variations
Color information
#F92E6E (or 0xF92E6E) is known color: Radical Red. HEX triplet: F9, 2E and 6E. RGB value is (249,46,110). Sum of RGB (Red+Green+Blue) = 249+46+110=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92E6E is #06D191. Grayscale: #717171. Windows color (decimal): -446866 or 7220985. OLE color: 7220985.
HSL color Cylindrical-coordinate representation of color #F92E6E: hue angle of 341.08º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92E6E is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 110 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.02 |
| HSL | 341.08º | 0.94% | 0.58% | - |
| HSV(B) | 341.08º | 0.82% | 0.98% | - |
| XYZ | 42.86 | 23.22 | 16.97 | - |
| YUV | 113.99 | 125.75 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 110 | 0 | 0.82 | 0.56 | 0.02 | 341.08 | 0.94 | 0.58 |
| Hex | F9 | 2E | 6E | 0 | 52 | 38 | 2 | 155 | 5E | 3A |
| Octal | 371 | 56 | 156 | 0 | 122 | 70 | 2 | 525 | 136 | 72 |
| Binary | 11111001 | 101110 | 1101110 | 0 | 1010010 | 111000 | 10 | 101010101 | 1011110 | 111010 |
Color Harmonies of #F92E6E
Complementary color
Monochromatic Colors of #F92E6E
Black with #F92E6E
Text Example
Text Example
White with #F92E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92E6E; }
p { color: rgb(249,46,110); }
H1.HeaderClassName
{
color: #F92E6E;
}
.AnyTagClassName
{
color: #F92E6E;
}
</style>
background-color css
<style>
a { background-color: #F92E6E; }
a { background-color: rgb(249,46,110); }
div.DivClassName
{
background-color: #F92E6E;
}
.BgClassName
{
background-color: #F92E6E;
}
</style>
border-color css
<style>
span { border-color: #F92E6E; }
span { border-color: rgb(249,46,110); }
td.TdClassName
{
border-color: #F92E6E;
}
.TagClassName
{
border-color: #F92E6E;
}
</style>