Shades of Radical Red #F9385B
Tints of Radical Red #F9385B
RGB
CMYK
RGB Variations
Color information
#F9385B (or 0xF9385B) is known color: Radical Red. HEX triplet: F9, 38 and 5B. RGB value is (249,56,91). Sum of RGB (Red+Green+Blue) = 249+56+91=396 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.88% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 249 - color contains mainly: red. Hex color #F9385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9385B is #06C7A4. Grayscale: #757575. Windows color (decimal): -444325 or 5978361. OLE color: 5978361.
HSL color Cylindrical-coordinate representation of color #F9385B: hue angle of 349.12º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9385B is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 91 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.02 |
| HSL | 349.12º | 0.94% | 0.6% | - |
| HSV(B) | 349.12º | 0.78% | 0.98% | - |
| XYZ | 42.37 | 23.72 | 12.24 | - |
| YUV | 117.7 | 112.94 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 91 | 0 | 0.78 | 0.63 | 0.02 | 349.12 | 0.94 | 0.6 |
| Hex | F9 | 38 | 5B | 0 | 4E | 3F | 2 | 15D | 5E | 3C |
| Octal | 371 | 70 | 133 | 0 | 116 | 77 | 2 | 535 | 136 | 74 |
| Binary | 11111001 | 111000 | 1011011 | 0 | 1001110 | 111111 | 10 | 101011101 | 1011110 | 111100 |
Color Harmonies of #F9385B
Complementary color
Monochromatic Colors of #F9385B
Black with #F9385B
Text Example
Text Example
White with #F9385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9385B; }
p { color: rgb(249,56,91); }
H1.HeaderClassName
{
color: #F9385B;
}
.AnyTagClassName
{
color: #F9385B;
}
</style>
background-color css
<style>
a { background-color: #F9385B; }
a { background-color: rgb(249,56,91); }
div.DivClassName
{
background-color: #F9385B;
}
.BgClassName
{
background-color: #F9385B;
}
</style>
border-color css
<style>
span { border-color: #F9385B; }
span { border-color: rgb(249,56,91); }
td.TdClassName
{
border-color: #F9385B;
}
.TagClassName
{
border-color: #F9385B;
}
</style>