Shades of Radical Red #F92C5E
Tints of Radical Red #F92C5E
RGB
CMYK
RGB Variations
Color information
#F92C5E (or 0xF92C5E) is known color: Radical Red. HEX triplet: F9, 2C and 5E. RGB value is (249,44,94). Sum of RGB (Red+Green+Blue) = 249+44+94=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92C5E is #06D3A1. Grayscale: #6F6F6F. Windows color (decimal): -447394 or 6171897. OLE color: 6171897.
HSL color Cylindrical-coordinate representation of color #F92C5E: hue angle of 345.37º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92C5E is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 94 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.02 |
| HSL | 345.37º | 0.94% | 0.57% | - |
| HSV(B) | 345.37º | 0.82% | 0.98% | - |
| XYZ | 41.99 | 22.75 | 12.77 | - |
| YUV | 111 | 118.42 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 94 | 0 | 0.82 | 0.62 | 0.02 | 345.37 | 0.94 | 0.57 |
| Hex | F9 | 2C | 5E | 0 | 52 | 3E | 2 | 159 | 5E | 39 |
| Octal | 371 | 54 | 136 | 0 | 122 | 76 | 2 | 531 | 136 | 71 |
| Binary | 11111001 | 101100 | 1011110 | 0 | 1010010 | 111110 | 10 | 101011001 | 1011110 | 111001 |
Color Harmonies of #F92C5E
Complementary color
Monochromatic Colors of #F92C5E
Black with #F92C5E
Text Example
Text Example
White with #F92C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C5E; }
p { color: rgb(249,44,94); }
H1.HeaderClassName
{
color: #F92C5E;
}
.AnyTagClassName
{
color: #F92C5E;
}
</style>
background-color css
<style>
a { background-color: #F92C5E; }
a { background-color: rgb(249,44,94); }
div.DivClassName
{
background-color: #F92C5E;
}
.BgClassName
{
background-color: #F92C5E;
}
</style>
border-color css
<style>
span { border-color: #F92C5E; }
span { border-color: rgb(249,44,94); }
td.TdClassName
{
border-color: #F92C5E;
}
.TagClassName
{
border-color: #F92C5E;
}
</style>