Shades of Radical Red #F9356D
Tints of Radical Red #F9356D
RGB
CMYK
RGB Variations
Color information
#F9356D (or 0xF9356D) is known color: Radical Red. HEX triplet: F9, 35 and 6D. RGB value is (249,53,109). Sum of RGB (Red+Green+Blue) = 249+53+109=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F9356D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9356D is #06CA92. Grayscale: #757575. Windows color (decimal): -445075 or 7157241. OLE color: 7157241.
HSL color Cylindrical-coordinate representation of color #F9356D: hue angle of 342.86º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9356D is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 109 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.02 |
| HSL | 342.86º | 0.94% | 0.59% | - |
| HSV(B) | 342.86º | 0.79% | 0.98% | - |
| XYZ | 43.1 | 23.79 | 16.79 | - |
| YUV | 117.99 | 122.93 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 109 | 0 | 0.79 | 0.56 | 0.02 | 342.86 | 0.94 | 0.59 |
| Hex | F9 | 35 | 6D | 0 | 4F | 38 | 2 | 157 | 5E | 3B |
| Octal | 371 | 65 | 155 | 0 | 117 | 70 | 2 | 527 | 136 | 73 |
| Binary | 11111001 | 110101 | 1101101 | 0 | 1001111 | 111000 | 10 | 101010111 | 1011110 | 111011 |
Color Harmonies of #F9356D
Complementary color
Monochromatic Colors of #F9356D
Black with #F9356D
Text Example
Text Example
White with #F9356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9356D; }
p { color: rgb(249,53,109); }
H1.HeaderClassName
{
color: #F9356D;
}
.AnyTagClassName
{
color: #F9356D;
}
</style>
background-color css
<style>
a { background-color: #F9356D; }
a { background-color: rgb(249,53,109); }
div.DivClassName
{
background-color: #F9356D;
}
.BgClassName
{
background-color: #F9356D;
}
</style>
border-color css
<style>
span { border-color: #F9356D; }
span { border-color: rgb(249,53,109); }
td.TdClassName
{
border-color: #F9356D;
}
.TagClassName
{
border-color: #F9356D;
}
</style>