Shades of Radical Red #F92168
Tints of Radical Red #F92168
RGB
CMYK
RGB Variations
Color information
#F92168 (or 0xF92168) is known color: Radical Red. HEX triplet: F9, 21 and 68. RGB value is (249,33,104). Sum of RGB (Red+Green+Blue) = 249+33+104=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F92168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92168 is #06DE97. Grayscale: #696969. Windows color (decimal): -450200 or 6824441. OLE color: 6824441.
HSL color Cylindrical-coordinate representation of color #F92168: hue angle of 340.28º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92168 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 104 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.02 |
| HSL | 340.28º | 0.95% | 0.55% | - |
| HSV(B) | 340.28º | 0.87% | 0.98% | - |
| XYZ | 42.11 | 22.23 | 15.17 | - |
| YUV | 105.68 | 127.06 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 104 | 0 | 0.87 | 0.58 | 0.02 | 340.28 | 0.95 | 0.55 |
| Hex | F9 | 21 | 68 | 0 | 57 | 3A | 2 | 154 | 5F | 37 |
| Octal | 371 | 41 | 150 | 0 | 127 | 72 | 2 | 524 | 137 | 67 |
| Binary | 11111001 | 100001 | 1101000 | 0 | 1010111 | 111010 | 10 | 101010100 | 1011111 | 110111 |
Color Harmonies of #F92168
Complementary color
Monochromatic Colors of #F92168
Black with #F92168
Text Example
Text Example
White with #F92168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92168; }
p { color: rgb(249,33,104); }
H1.HeaderClassName
{
color: #F92168;
}
.AnyTagClassName
{
color: #F92168;
}
</style>
background-color css
<style>
a { background-color: #F92168; }
a { background-color: rgb(249,33,104); }
div.DivClassName
{
background-color: #F92168;
}
.BgClassName
{
background-color: #F92168;
}
</style>
border-color css
<style>
span { border-color: #F92168; }
span { border-color: rgb(249,33,104); }
td.TdClassName
{
border-color: #F92168;
}
.TagClassName
{
border-color: #F92168;
}
</style>