Shades of Radical Red #F92D60
Tints of Radical Red #F92D60
RGB
CMYK
RGB Variations
Color information
#F92D60 (or 0xF92D60) is known color: Radical Red. HEX triplet: F9, 2D and 60. RGB value is (249,45,96). Sum of RGB (Red+Green+Blue) = 249+45+96=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92D60 is #06D29F. Grayscale: #6F6F6F. Windows color (decimal): -447136 or 6303225. OLE color: 6303225.
HSL color Cylindrical-coordinate representation of color #F92D60: hue angle of 345º 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 #F92D60 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 96 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.02 |
| HSL | 345º | 0.94% | 0.58% | - |
| HSV(B) | 345º | 0.82% | 0.98% | - |
| XYZ | 42.12 | 22.86 | 13.26 | - |
| YUV | 111.81 | 119.09 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 96 | 0 | 0.82 | 0.61 | 0.02 | 345 | 0.94 | 0.58 |
| Hex | F9 | 2D | 60 | 0 | 52 | 3D | 2 | 159 | 5E | 3A |
| Octal | 371 | 55 | 140 | 0 | 122 | 75 | 2 | 531 | 136 | 72 |
| Binary | 11111001 | 101101 | 1100000 | 0 | 1010010 | 111101 | 10 | 101011001 | 1011110 | 111010 |
Color Harmonies of #F92D60
Complementary color
Monochromatic Colors of #F92D60
Black with #F92D60
Text Example
Text Example
White with #F92D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D60; }
p { color: rgb(249,45,96); }
H1.HeaderClassName
{
color: #F92D60;
}
.AnyTagClassName
{
color: #F92D60;
}
</style>
background-color css
<style>
a { background-color: #F92D60; }
a { background-color: rgb(249,45,96); }
div.DivClassName
{
background-color: #F92D60;
}
.BgClassName
{
background-color: #F92D60;
}
</style>
border-color css
<style>
span { border-color: #F92D60; }
span { border-color: rgb(249,45,96); }
td.TdClassName
{
border-color: #F92D60;
}
.TagClassName
{
border-color: #F92D60;
}
</style>