Shades of Radical Red #F92558
Tints of Radical Red #F92558
RGB
CMYK
RGB Variations
Color information
#F92558 (or 0xF92558) is known color: Radical Red. HEX triplet: F9, 25 and 58. RGB value is (249,37,88). Sum of RGB (Red+Green+Blue) = 249+37+88=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F92558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92558 is #06DAA7. Grayscale: #6A6A6A. Windows color (decimal): -449192 or 5776889. OLE color: 5776889.
HSL color Cylindrical-coordinate representation of color #F92558: hue angle of 345.57º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F92558 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 88 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.02 |
| HSL | 345.57º | 0.95% | 0.56% | - |
| HSV(B) | 345.57º | 0.85% | 0.98% | - |
| XYZ | 41.49 | 22.17 | 11.32 | - |
| YUV | 106.2 | 117.74 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 88 | 0 | 0.85 | 0.65 | 0.02 | 345.57 | 0.95 | 0.56 |
| Hex | F9 | 25 | 58 | 0 | 55 | 41 | 2 | 15A | 5F | 38 |
| Octal | 371 | 45 | 130 | 0 | 125 | 101 | 2 | 532 | 137 | 70 |
| Binary | 11111001 | 100101 | 1011000 | 0 | 1010101 | 1000001 | 10 | 101011010 | 1011111 | 111000 |
Color Harmonies of #F92558
Complementary color
Monochromatic Colors of #F92558
Black with #F92558
Text Example
Text Example
White with #F92558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92558; }
p { color: rgb(249,37,88); }
H1.HeaderClassName
{
color: #F92558;
}
.AnyTagClassName
{
color: #F92558;
}
</style>
background-color css
<style>
a { background-color: #F92558; }
a { background-color: rgb(249,37,88); }
div.DivClassName
{
background-color: #F92558;
}
.BgClassName
{
background-color: #F92558;
}
</style>
border-color css
<style>
span { border-color: #F92558; }
span { border-color: rgb(249,37,88); }
td.TdClassName
{
border-color: #F92558;
}
.TagClassName
{
border-color: #F92558;
}
</style>