Shades of Radical Red #F92F4D
Tints of Radical Red #F92F4D
RGB
CMYK
RGB Variations
Color information
#F92F4D (or 0xF92F4D) is known color: Radical Red. HEX triplet: F9, 2F and 4D. RGB value is (249,47,77). Sum of RGB (Red+Green+Blue) = 249+47+77=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92F4D is #06D0B2. Grayscale: #6E6E6E. Windows color (decimal): -446643 or 5058553. OLE color: 5058553.
HSL color Cylindrical-coordinate representation of color #F92F4D: hue angle of 351.09º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F92F4D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 77 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.02 |
| HSL | 351.09º | 0.94% | 0.58% | - |
| HSV(B) | 351.09º | 0.81% | 0.98% | - |
| XYZ | 41.42 | 22.71 | 9.22 | - |
| YUV | 110.82 | 108.92 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 77 | 0 | 0.81 | 0.69 | 0.02 | 351.09 | 0.94 | 0.58 |
| Hex | F9 | 2F | 4D | 0 | 51 | 45 | 2 | 15F | 5E | 3A |
| Octal | 371 | 57 | 115 | 0 | 121 | 105 | 2 | 537 | 136 | 72 |
| Binary | 11111001 | 101111 | 1001101 | 0 | 1010001 | 1000101 | 10 | 101011111 | 1011110 | 111010 |
Color Harmonies of #F92F4D
Complementary color
Monochromatic Colors of #F92F4D
Black with #F92F4D
Text Example
Text Example
White with #F92F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92F4D; }
p { color: rgb(249,47,77); }
H1.HeaderClassName
{
color: #F92F4D;
}
.AnyTagClassName
{
color: #F92F4D;
}
</style>
background-color css
<style>
a { background-color: #F92F4D; }
a { background-color: rgb(249,47,77); }
div.DivClassName
{
background-color: #F92F4D;
}
.BgClassName
{
background-color: #F92F4D;
}
</style>
border-color css
<style>
span { border-color: #F92F4D; }
span { border-color: rgb(249,47,77); }
td.TdClassName
{
border-color: #F92F4D;
}
.TagClassName
{
border-color: #F92F4D;
}
</style>