Shades of Radical Red #F9365B
Tints of Radical Red #F9365B
RGB
CMYK
RGB Variations
Color information
#F9365B (or 0xF9365B) is known color: Radical Red. HEX triplet: F9, 36 and 5B. RGB value is (249,54,91). Sum of RGB (Red+Green+Blue) = 249+54+91=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9365B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9365B is #06C9A4. Grayscale: #747474. Windows color (decimal): -444837 or 5977849. OLE color: 5977849.
HSL color Cylindrical-coordinate representation of color #F9365B: hue angle of 348.62º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9365B is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 91 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.02 |
| HSL | 348.62º | 0.94% | 0.59% | - |
| HSV(B) | 348.62º | 0.78% | 0.98% | - |
| XYZ | 42.27 | 23.53 | 12.21 | - |
| YUV | 116.52 | 113.6 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 91 | 0 | 0.78 | 0.63 | 0.02 | 348.62 | 0.94 | 0.59 |
| Hex | F9 | 36 | 5B | 0 | 4E | 3F | 2 | 15D | 5E | 3B |
| Octal | 371 | 66 | 133 | 0 | 116 | 77 | 2 | 535 | 136 | 73 |
| Binary | 11111001 | 110110 | 1011011 | 0 | 1001110 | 111111 | 10 | 101011101 | 1011110 | 111011 |
Color Harmonies of #F9365B
Complementary color
Monochromatic Colors of #F9365B
Black with #F9365B
Text Example
Text Example
White with #F9365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9365B; }
p { color: rgb(249,54,91); }
H1.HeaderClassName
{
color: #F9365B;
}
.AnyTagClassName
{
color: #F9365B;
}
</style>
background-color css
<style>
a { background-color: #F9365B; }
a { background-color: rgb(249,54,91); }
div.DivClassName
{
background-color: #F9365B;
}
.BgClassName
{
background-color: #F9365B;
}
</style>
border-color css
<style>
span { border-color: #F9365B; }
span { border-color: rgb(249,54,91); }
td.TdClassName
{
border-color: #F9365B;
}
.TagClassName
{
border-color: #F9365B;
}
</style>