Shades of Radical Red #F92C5D
Tints of Radical Red #F92C5D
RGB
CMYK
RGB Variations
Color information
#F92C5D (or 0xF92C5D) is known color: Radical Red. HEX triplet: F9, 2C and 5D. RGB value is (249,44,93). Sum of RGB (Red+Green+Blue) = 249+44+93=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92C5D is #06D3A2. Grayscale: #6E6E6E. Windows color (decimal): -447395 or 6106361. OLE color: 6106361.
HSL color Cylindrical-coordinate representation of color #F92C5D: hue angle of 345.66º 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 #F92C5D is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 93 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.02 |
| HSL | 345.66º | 0.94% | 0.57% | - |
| HSV(B) | 345.66º | 0.82% | 0.98% | - |
| XYZ | 41.94 | 22.73 | 12.53 | - |
| YUV | 110.88 | 117.92 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 93 | 0 | 0.82 | 0.63 | 0.02 | 345.66 | 0.94 | 0.57 |
| Hex | F9 | 2C | 5D | 0 | 52 | 3F | 2 | 15A | 5E | 39 |
| Octal | 371 | 54 | 135 | 0 | 122 | 77 | 2 | 532 | 136 | 71 |
| Binary | 11111001 | 101100 | 1011101 | 0 | 1010010 | 111111 | 10 | 101011010 | 1011110 | 111001 |
Color Harmonies of #F92C5D
Complementary color
Monochromatic Colors of #F92C5D
Black with #F92C5D
Text Example
Text Example
White with #F92C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C5D; }
p { color: rgb(249,44,93); }
H1.HeaderClassName
{
color: #F92C5D;
}
.AnyTagClassName
{
color: #F92C5D;
}
</style>
background-color css
<style>
a { background-color: #F92C5D; }
a { background-color: rgb(249,44,93); }
div.DivClassName
{
background-color: #F92C5D;
}
.BgClassName
{
background-color: #F92C5D;
}
</style>
border-color css
<style>
span { border-color: #F92C5D; }
span { border-color: rgb(249,44,93); }
td.TdClassName
{
border-color: #F92C5D;
}
.TagClassName
{
border-color: #F92C5D;
}
</style>