Shades of Radical Red #F92066
Tints of Radical Red #F92066
RGB
CMYK
RGB Variations
Color information
#F92066 (or 0xF92066) is known color: Radical Red. HEX triplet: F9, 20 and 66. RGB value is (249,32,102). Sum of RGB (Red+Green+Blue) = 249+32+102=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F92066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92066 is #06DF99. Grayscale: #686868. Windows color (decimal): -450458 or 6693113. OLE color: 6693113.
HSL color Cylindrical-coordinate representation of color #F92066: hue angle of 340.65º 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 #F92066 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 102 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.02 |
| HSL | 340.65º | 0.95% | 0.55% | - |
| HSV(B) | 340.65º | 0.87% | 0.98% | - |
| XYZ | 41.98 | 22.13 | 14.63 | - |
| YUV | 104.86 | 126.39 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 102 | 0 | 0.87 | 0.59 | 0.02 | 340.65 | 0.95 | 0.55 |
| Hex | F9 | 20 | 66 | 0 | 57 | 3B | 2 | 155 | 5F | 37 |
| Octal | 371 | 40 | 146 | 0 | 127 | 73 | 2 | 525 | 137 | 67 |
| Binary | 11111001 | 100000 | 1100110 | 0 | 1010111 | 111011 | 10 | 101010101 | 1011111 | 110111 |
Color Harmonies of #F92066
Complementary color
Monochromatic Colors of #F92066
Black with #F92066
Text Example
Text Example
White with #F92066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92066; }
p { color: rgb(249,32,102); }
H1.HeaderClassName
{
color: #F92066;
}
.AnyTagClassName
{
color: #F92066;
}
</style>
background-color css
<style>
a { background-color: #F92066; }
a { background-color: rgb(249,32,102); }
div.DivClassName
{
background-color: #F92066;
}
.BgClassName
{
background-color: #F92066;
}
</style>
border-color css
<style>
span { border-color: #F92066; }
span { border-color: rgb(249,32,102); }
td.TdClassName
{
border-color: #F92066;
}
.TagClassName
{
border-color: #F92066;
}
</style>