Shades of Radical Red #F9356C
Tints of Radical Red #F9356C
RGB
CMYK
RGB Variations
Color information
#F9356C (or 0xF9356C) is known color: Radical Red. HEX triplet: F9, 35 and 6C. RGB value is (249,53,108). Sum of RGB (Red+Green+Blue) = 249+53+108=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9356C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9356C is #06CA93. Grayscale: #757575. Windows color (decimal): -445076 or 7091705. OLE color: 7091705.
HSL color Cylindrical-coordinate representation of color #F9356C: hue angle of 343.16º 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 #F9356C is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 108 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.02 |
| HSL | 343.16º | 0.94% | 0.59% | - |
| HSV(B) | 343.16º | 0.79% | 0.98% | - |
| XYZ | 43.05 | 23.77 | 16.51 | - |
| YUV | 117.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 108 | 0 | 0.79 | 0.57 | 0.02 | 343.16 | 0.94 | 0.59 |
| Hex | F9 | 35 | 6C | 0 | 4F | 39 | 2 | 157 | 5E | 3B |
| Octal | 371 | 65 | 154 | 0 | 117 | 71 | 2 | 527 | 136 | 73 |
| Binary | 11111001 | 110101 | 1101100 | 0 | 1001111 | 111001 | 10 | 101010111 | 1011110 | 111011 |
Color Harmonies of #F9356C
Complementary color
Monochromatic Colors of #F9356C
Black with #F9356C
Text Example
Text Example
White with #F9356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9356C; }
p { color: rgb(249,53,108); }
H1.HeaderClassName
{
color: #F9356C;
}
.AnyTagClassName
{
color: #F9356C;
}
</style>
background-color css
<style>
a { background-color: #F9356C; }
a { background-color: rgb(249,53,108); }
div.DivClassName
{
background-color: #F9356C;
}
.BgClassName
{
background-color: #F9356C;
}
</style>
border-color css
<style>
span { border-color: #F9356C; }
span { border-color: rgb(249,53,108); }
td.TdClassName
{
border-color: #F9356C;
}
.TagClassName
{
border-color: #F9356C;
}
</style>