Shades of Radical Red #F92D6D
Tints of Radical Red #F92D6D
RGB
CMYK
RGB Variations
Color information
#F92D6D (or 0xF92D6D) is known color: Radical Red. HEX triplet: F9, 2D and 6D. RGB value is (249,45,109). Sum of RGB (Red+Green+Blue) = 249+45+109=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92D6D is #06D292. Grayscale: #717171. Windows color (decimal): -447123 or 7155193. OLE color: 7155193.
HSL color Cylindrical-coordinate representation of color #F92D6D: hue angle of 341.18º 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 #F92D6D is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 109 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.02 |
| HSL | 341.18º | 0.94% | 0.58% | - |
| HSV(B) | 341.18º | 0.82% | 0.98% | - |
| XYZ | 42.77 | 23.12 | 16.68 | - |
| YUV | 113.29 | 125.59 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 109 | 0 | 0.82 | 0.56 | 0.02 | 341.18 | 0.94 | 0.58 |
| Hex | F9 | 2D | 6D | 0 | 52 | 38 | 2 | 155 | 5E | 3A |
| Octal | 371 | 55 | 155 | 0 | 122 | 70 | 2 | 525 | 136 | 72 |
| Binary | 11111001 | 101101 | 1101101 | 0 | 1010010 | 111000 | 10 | 101010101 | 1011110 | 111010 |
Color Harmonies of #F92D6D
Complementary color
Monochromatic Colors of #F92D6D
Black with #F92D6D
Text Example
Text Example
White with #F92D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D6D; }
p { color: rgb(249,45,109); }
H1.HeaderClassName
{
color: #F92D6D;
}
.AnyTagClassName
{
color: #F92D6D;
}
</style>
background-color css
<style>
a { background-color: #F92D6D; }
a { background-color: rgb(249,45,109); }
div.DivClassName
{
background-color: #F92D6D;
}
.BgClassName
{
background-color: #F92D6D;
}
</style>
border-color css
<style>
span { border-color: #F92D6D; }
span { border-color: rgb(249,45,109); }
td.TdClassName
{
border-color: #F92D6D;
}
.TagClassName
{
border-color: #F92D6D;
}
</style>