Shades of Radical Red #F9356A
Tints of Radical Red #F9356A
RGB
CMYK
RGB Variations
Color information
#F9356A (or 0xF9356A) is known color: Radical Red. HEX triplet: F9, 35 and 6A. RGB value is (249,53,106). Sum of RGB (Red+Green+Blue) = 249+53+106=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9356A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9356A is #06CA95. Grayscale: #757575. Windows color (decimal): -445078 or 6960633. OLE color: 6960633.
HSL color Cylindrical-coordinate representation of color #F9356A: hue angle of 343.78º 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 #F9356A is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 106 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.02 |
| HSL | 343.78º | 0.94% | 0.59% | - |
| HSV(B) | 343.78º | 0.79% | 0.98% | - |
| XYZ | 42.94 | 23.73 | 15.95 | - |
| YUV | 117.65 | 121.43 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 106 | 0 | 0.79 | 0.57 | 0.02 | 343.78 | 0.94 | 0.59 |
| Hex | F9 | 35 | 6A | 0 | 4F | 39 | 2 | 158 | 5E | 3B |
| Octal | 371 | 65 | 152 | 0 | 117 | 71 | 2 | 530 | 136 | 73 |
| Binary | 11111001 | 110101 | 1101010 | 0 | 1001111 | 111001 | 10 | 101011000 | 1011110 | 111011 |
Color Harmonies of #F9356A
Complementary color
Monochromatic Colors of #F9356A
Black with #F9356A
Text Example
Text Example
White with #F9356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9356A; }
p { color: rgb(249,53,106); }
H1.HeaderClassName
{
color: #F9356A;
}
.AnyTagClassName
{
color: #F9356A;
}
</style>
background-color css
<style>
a { background-color: #F9356A; }
a { background-color: rgb(249,53,106); }
div.DivClassName
{
background-color: #F9356A;
}
.BgClassName
{
background-color: #F9356A;
}
</style>
border-color css
<style>
span { border-color: #F9356A; }
span { border-color: rgb(249,53,106); }
td.TdClassName
{
border-color: #F9356A;
}
.TagClassName
{
border-color: #F9356A;
}
</style>