Shades of Radical Red #F92C52
Tints of Radical Red #F92C52
RGB
CMYK
RGB Variations
Color information
#F92C52 (or 0xF92C52) is known color: Radical Red. HEX triplet: F9, 2C and 52. RGB value is (249,44,82). Sum of RGB (Red+Green+Blue) = 249+44+82=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92C52 is #06D3AD. Grayscale: #6D6D6D. Windows color (decimal): -447406 or 5385465. OLE color: 5385465.
HSL color Cylindrical-coordinate representation of color #F92C52: hue angle of 348.88º 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 #F92C52 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 82 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.02 |
| HSL | 348.88º | 0.94% | 0.57% | - |
| HSV(B) | 348.88º | 0.82% | 0.98% | - |
| XYZ | 41.49 | 22.55 | 10.15 | - |
| YUV | 109.63 | 112.42 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 82 | 0 | 0.82 | 0.67 | 0.02 | 348.88 | 0.94 | 0.57 |
| Hex | F9 | 2C | 52 | 0 | 52 | 43 | 2 | 15D | 5E | 39 |
| Octal | 371 | 54 | 122 | 0 | 122 | 103 | 2 | 535 | 136 | 71 |
| Binary | 11111001 | 101100 | 1010010 | 0 | 1010010 | 1000011 | 10 | 101011101 | 1011110 | 111001 |
Color Harmonies of #F92C52
Complementary color
Monochromatic Colors of #F92C52
Black with #F92C52
Text Example
Text Example
White with #F92C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C52; }
p { color: rgb(249,44,82); }
H1.HeaderClassName
{
color: #F92C52;
}
.AnyTagClassName
{
color: #F92C52;
}
</style>
background-color css
<style>
a { background-color: #F92C52; }
a { background-color: rgb(249,44,82); }
div.DivClassName
{
background-color: #F92C52;
}
.BgClassName
{
background-color: #F92C52;
}
</style>
border-color css
<style>
span { border-color: #F92C52; }
span { border-color: rgb(249,44,82); }
td.TdClassName
{
border-color: #F92C52;
}
.TagClassName
{
border-color: #F92C52;
}
</style>