Shades of Radical Red #F92F4B
Tints of Radical Red #F92F4B
RGB
CMYK
RGB Variations
Color information
#F92F4B (or 0xF92F4B) is known color: Radical Red. HEX triplet: F9, 2F and 4B. RGB value is (249,47,75). Sum of RGB (Red+Green+Blue) = 249+47+75=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F4B is #06D0B4. Grayscale: #6E6E6E. Windows color (decimal): -446645 or 4927481. OLE color: 4927481.
HSL color Cylindrical-coordinate representation of color #F92F4B: hue angle of 351.68º 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 #F92F4B is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 75 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.02 |
| HSL | 351.68º | 0.94% | 0.58% | - |
| HSV(B) | 351.68º | 0.81% | 0.98% | - |
| XYZ | 41.35 | 22.68 | 8.85 | - |
| YUV | 110.59 | 107.92 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 75 | 0 | 0.81 | 0.70 | 0.02 | 351.68 | 0.94 | 0.58 |
| Hex | F9 | 2F | 4B | 0 | 51 | 46 | 2 | 160 | 5E | 3A |
| Octal | 371 | 57 | 113 | 0 | 121 | 106 | 2 | 540 | 136 | 72 |
| Binary | 11111001 | 101111 | 1001011 | 0 | 1010001 | 1000110 | 10 | 101100000 | 1011110 | 111010 |
Color Harmonies of #F92F4B
Complementary color
Monochromatic Colors of #F92F4B
Black with #F92F4B
Text Example
Text Example
White with #F92F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92F4B; }
p { color: rgb(249,47,75); }
H1.HeaderClassName
{
color: #F92F4B;
}
.AnyTagClassName
{
color: #F92F4B;
}
</style>
background-color css
<style>
a { background-color: #F92F4B; }
a { background-color: rgb(249,47,75); }
div.DivClassName
{
background-color: #F92F4B;
}
.BgClassName
{
background-color: #F92F4B;
}
</style>
border-color css
<style>
span { border-color: #F92F4B; }
span { border-color: rgb(249,47,75); }
td.TdClassName
{
border-color: #F92F4B;
}
.TagClassName
{
border-color: #F92F4B;
}
</style>