Shades of Radical Red #F92E5C
Tints of Radical Red #F92E5C
RGB
CMYK
RGB Variations
Color information
#F92E5C (or 0xF92E5C) is known color: Radical Red. HEX triplet: F9, 2E and 5C. RGB value is (249,46,92). Sum of RGB (Red+Green+Blue) = 249+46+92=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92E5C is #06D1A3. Grayscale: #6F6F6F. Windows color (decimal): -446884 or 6041337. OLE color: 6041337.
HSL color Cylindrical-coordinate representation of color #F92E5C: hue angle of 346.4º 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 #F92E5C is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 92 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.02 |
| HSL | 346.4º | 0.94% | 0.58% | - |
| HSV(B) | 346.4º | 0.82% | 0.98% | - |
| XYZ | 41.98 | 22.87 | 12.33 | - |
| YUV | 111.94 | 116.75 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 92 | 0 | 0.82 | 0.63 | 0.02 | 346.4 | 0.94 | 0.58 |
| Hex | F9 | 2E | 5C | 0 | 52 | 3F | 2 | 15A | 5E | 3A |
| Octal | 371 | 56 | 134 | 0 | 122 | 77 | 2 | 532 | 136 | 72 |
| Binary | 11111001 | 101110 | 1011100 | 0 | 1010010 | 111111 | 10 | 101011010 | 1011110 | 111010 |
Color Harmonies of #F92E5C
Complementary color
Monochromatic Colors of #F92E5C
Black with #F92E5C
Text Example
Text Example
White with #F92E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92E5C; }
p { color: rgb(249,46,92); }
H1.HeaderClassName
{
color: #F92E5C;
}
.AnyTagClassName
{
color: #F92E5C;
}
</style>
background-color css
<style>
a { background-color: #F92E5C; }
a { background-color: rgb(249,46,92); }
div.DivClassName
{
background-color: #F92E5C;
}
.BgClassName
{
background-color: #F92E5C;
}
</style>
border-color css
<style>
span { border-color: #F92E5C; }
span { border-color: rgb(249,46,92); }
td.TdClassName
{
border-color: #F92E5C;
}
.TagClassName
{
border-color: #F92E5C;
}
</style>