Shades of Radical Red #F9365A
Tints of Radical Red #F9365A
RGB
CMYK
RGB Variations
Color information
#F9365A (or 0xF9365A) is known color: Radical Red. HEX triplet: F9, 36 and 5A. RGB value is (249,54,90). Sum of RGB (Red+Green+Blue) = 249+54+90=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F9365A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9365A is #06C9A5. Grayscale: #747474. Windows color (decimal): -444838 or 5912313. OLE color: 5912313.
HSL color Cylindrical-coordinate representation of color #F9365A: hue angle of 348.92º 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 #F9365A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 90 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.02 |
| HSL | 348.92º | 0.94% | 0.59% | - |
| HSV(B) | 348.92º | 0.78% | 0.98% | - |
| XYZ | 42.23 | 23.52 | 11.99 | - |
| YUV | 116.41 | 113.1 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 90 | 0 | 0.78 | 0.64 | 0.02 | 348.92 | 0.94 | 0.59 |
| Hex | F9 | 36 | 5A | 0 | 4E | 40 | 2 | 15D | 5E | 3B |
| Octal | 371 | 66 | 132 | 0 | 116 | 100 | 2 | 535 | 136 | 73 |
| Binary | 11111001 | 110110 | 1011010 | 0 | 1001110 | 1000000 | 10 | 101011101 | 1011110 | 111011 |
Color Harmonies of #F9365A
Complementary color
Monochromatic Colors of #F9365A
Black with #F9365A
Text Example
Text Example
White with #F9365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9365A; }
p { color: rgb(249,54,90); }
H1.HeaderClassName
{
color: #F9365A;
}
.AnyTagClassName
{
color: #F9365A;
}
</style>
background-color css
<style>
a { background-color: #F9365A; }
a { background-color: rgb(249,54,90); }
div.DivClassName
{
background-color: #F9365A;
}
.BgClassName
{
background-color: #F9365A;
}
</style>
border-color css
<style>
span { border-color: #F9365A; }
span { border-color: rgb(249,54,90); }
td.TdClassName
{
border-color: #F9365A;
}
.TagClassName
{
border-color: #F9365A;
}
</style>