Shades of Radical Red #F92C58
Tints of Radical Red #F92C58
RGB
CMYK
RGB Variations
Color information
#F92C58 (or 0xF92C58) is known color: Radical Red. HEX triplet: F9, 2C and 58. RGB value is (249,44,88). Sum of RGB (Red+Green+Blue) = 249+44+88=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92C58 is #06D3A7. Grayscale: #6E6E6E. Windows color (decimal): -447400 or 5778681. OLE color: 5778681.
HSL color Cylindrical-coordinate representation of color #F92C58: hue angle of 347.12º 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 #F92C58 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 88 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.02 |
| HSL | 347.12º | 0.94% | 0.57% | - |
| HSV(B) | 347.12º | 0.82% | 0.98% | - |
| XYZ | 41.73 | 22.65 | 11.4 | - |
| YUV | 110.31 | 115.42 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 88 | 0 | 0.82 | 0.65 | 0.02 | 347.12 | 0.94 | 0.57 |
| Hex | F9 | 2C | 58 | 0 | 52 | 41 | 2 | 15B | 5E | 39 |
| Octal | 371 | 54 | 130 | 0 | 122 | 101 | 2 | 533 | 136 | 71 |
| Binary | 11111001 | 101100 | 1011000 | 0 | 1010010 | 1000001 | 10 | 101011011 | 1011110 | 111001 |
Color Harmonies of #F92C58
Complementary color
Monochromatic Colors of #F92C58
Black with #F92C58
Text Example
Text Example
White with #F92C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C58; }
p { color: rgb(249,44,88); }
H1.HeaderClassName
{
color: #F92C58;
}
.AnyTagClassName
{
color: #F92C58;
}
</style>
background-color css
<style>
a { background-color: #F92C58; }
a { background-color: rgb(249,44,88); }
div.DivClassName
{
background-color: #F92C58;
}
.BgClassName
{
background-color: #F92C58;
}
</style>
border-color css
<style>
span { border-color: #F92C58; }
span { border-color: rgb(249,44,88); }
td.TdClassName
{
border-color: #F92C58;
}
.TagClassName
{
border-color: #F92C58;
}
</style>