Shades of Radical Red #F9505D
Tints of Radical Red #F9505D
RGB
CMYK
RGB Variations
Color information
#F9505D (or 0xF9505D) is known color: Radical Red. HEX triplet: F9, 50 and 5D. RGB value is (249,80,93). Sum of RGB (Red+Green+Blue) = 249+80+93=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F9505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9505D is #06AFA2. Grayscale: #848484. Windows color (decimal): -438179 or 6115577. OLE color: 6115577.
HSL color Cylindrical-coordinate representation of color #F9505D: hue angle of 355.38º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F9505D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 80 | 93 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.02 |
| HSL | 355.38º | 0.93% | 0.65% | - |
| HSV(B) | 355.38º | 0.68% | 0.98% | - |
| XYZ | 43.91 | 26.67 | 13.19 | - |
| YUV | 132.01 | 105.99 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 80 | 93 | 0 | 0.68 | 0.63 | 0.02 | 355.38 | 0.93 | 0.65 |
| Hex | F9 | 50 | 5D | 0 | 44 | 3F | 2 | 163 | 5D | 41 |
| Octal | 371 | 120 | 135 | 0 | 104 | 77 | 2 | 543 | 135 | 101 |
| Binary | 11111001 | 1010000 | 1011101 | 0 | 1000100 | 111111 | 10 | 101100011 | 1011101 | 1000001 |
Color Harmonies of #F9505D
Complementary color
Monochromatic Colors of #F9505D
Black with #F9505D
Text Example
Text Example
White with #F9505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9505D; }
p { color: rgb(249,80,93); }
H1.HeaderClassName
{
color: #F9505D;
}
.AnyTagClassName
{
color: #F9505D;
}
</style>
background-color css
<style>
a { background-color: #F9505D; }
a { background-color: rgb(249,80,93); }
div.DivClassName
{
background-color: #F9505D;
}
.BgClassName
{
background-color: #F9505D;
}
</style>
border-color css
<style>
span { border-color: #F9505D; }
span { border-color: rgb(249,80,93); }
td.TdClassName
{
border-color: #F9505D;
}
.TagClassName
{
border-color: #F9505D;
}
</style>