Shades of Radical Red #F92E54
Tints of Radical Red #F92E54
RGB
CMYK
RGB Variations
Color information
#F92E54 (or 0xF92E54) is known color: Radical Red. HEX triplet: F9, 2E and 54. RGB value is (249,46,84). Sum of RGB (Red+Green+Blue) = 249+46+84=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92E54 is #06D1AB. Grayscale: #6F6F6F. Windows color (decimal): -446892 or 5517049. OLE color: 5517049.
HSL color Cylindrical-coordinate representation of color #F92E54: hue angle of 348.77º 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 #F92E54 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 84 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.02 |
| HSL | 348.77º | 0.94% | 0.58% | - |
| HSV(B) | 348.77º | 0.82% | 0.98% | - |
| XYZ | 41.64 | 22.73 | 10.58 | - |
| YUV | 111.03 | 112.75 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 84 | 0 | 0.82 | 0.66 | 0.02 | 348.77 | 0.94 | 0.58 |
| Hex | F9 | 2E | 54 | 0 | 52 | 42 | 2 | 15D | 5E | 3A |
| Octal | 371 | 56 | 124 | 0 | 122 | 102 | 2 | 535 | 136 | 72 |
| Binary | 11111001 | 101110 | 1010100 | 0 | 1010010 | 1000010 | 10 | 101011101 | 1011110 | 111010 |
Color Harmonies of #F92E54
Complementary color
Monochromatic Colors of #F92E54
Black with #F92E54
Text Example
Text Example
White with #F92E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92E54; }
p { color: rgb(249,46,84); }
H1.HeaderClassName
{
color: #F92E54;
}
.AnyTagClassName
{
color: #F92E54;
}
</style>
background-color css
<style>
a { background-color: #F92E54; }
a { background-color: rgb(249,46,84); }
div.DivClassName
{
background-color: #F92E54;
}
.BgClassName
{
background-color: #F92E54;
}
</style>
border-color css
<style>
span { border-color: #F92E54; }
span { border-color: rgb(249,46,84); }
td.TdClassName
{
border-color: #F92E54;
}
.TagClassName
{
border-color: #F92E54;
}
</style>