Shades of Radical Red #F9206A
Tints of Radical Red #F9206A
RGB
CMYK
RGB Variations
Color information
#F9206A (or 0xF9206A) is known color: Radical Red. HEX triplet: F9, 20 and 6A. RGB value is (249,32,106). Sum of RGB (Red+Green+Blue) = 249+32+106=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F9206A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9206A is #06DF95. Grayscale: #696969. Windows color (decimal): -450454 or 6955257. OLE color: 6955257.
HSL color Cylindrical-coordinate representation of color #F9206A: hue angle of 339.54º 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 #F9206A is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 106 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.02 |
| HSL | 339.54º | 0.95% | 0.55% | - |
| HSV(B) | 339.54º | 0.87% | 0.98% | - |
| XYZ | 42.18 | 22.21 | 15.7 | - |
| YUV | 105.32 | 128.39 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 106 | 0 | 0.87 | 0.57 | 0.02 | 339.54 | 0.95 | 0.55 |
| Hex | F9 | 20 | 6A | 0 | 57 | 39 | 2 | 154 | 5F | 37 |
| Octal | 371 | 40 | 152 | 0 | 127 | 71 | 2 | 524 | 137 | 67 |
| Binary | 11111001 | 100000 | 1101010 | 0 | 1010111 | 111001 | 10 | 101010100 | 1011111 | 110111 |
Color Harmonies of #F9206A
Complementary color
Monochromatic Colors of #F9206A
Black with #F9206A
Text Example
Text Example
White with #F9206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9206A; }
p { color: rgb(249,32,106); }
H1.HeaderClassName
{
color: #F9206A;
}
.AnyTagClassName
{
color: #F9206A;
}
</style>
background-color css
<style>
a { background-color: #F9206A; }
a { background-color: rgb(249,32,106); }
div.DivClassName
{
background-color: #F9206A;
}
.BgClassName
{
background-color: #F9206A;
}
</style>
border-color css
<style>
span { border-color: #F9206A; }
span { border-color: rgb(249,32,106); }
td.TdClassName
{
border-color: #F9206A;
}
.TagClassName
{
border-color: #F9206A;
}
</style>