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