Shades of Radical Red #F9465C
Tints of Radical Red #F9465C
RGB
CMYK
RGB Variations
Color information
#F9465C (or 0xF9465C) is known color: Radical Red. HEX triplet: F9, 46 and 5C. RGB value is (249,70,92). Sum of RGB (Red+Green+Blue) = 249+70+92=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F9465C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9465C is #06B9A3. Grayscale: #7E7E7E. Windows color (decimal): -440740 or 6047481. OLE color: 6047481.
HSL color Cylindrical-coordinate representation of color #F9465C: hue angle of 352.63º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9465C is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 92 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.02 |
| HSL | 352.63º | 0.94% | 0.63% | - |
| HSV(B) | 352.63º | 0.72% | 0.98% | - |
| XYZ | 43.19 | 25.29 | 12.73 | - |
| YUV | 126.03 | 108.8 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 92 | 0 | 0.72 | 0.63 | 0.02 | 352.63 | 0.94 | 0.63 |
| Hex | F9 | 46 | 5C | 0 | 48 | 3F | 2 | 161 | 5E | 3F |
| Octal | 371 | 106 | 134 | 0 | 110 | 77 | 2 | 541 | 136 | 77 |
| Binary | 11111001 | 1000110 | 1011100 | 0 | 1001000 | 111111 | 10 | 101100001 | 1011110 | 111111 |
Color Harmonies of #F9465C
Complementary color
Monochromatic Colors of #F9465C
Black with #F9465C
Text Example
Text Example
White with #F9465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9465C; }
p { color: rgb(249,70,92); }
H1.HeaderClassName
{
color: #F9465C;
}
.AnyTagClassName
{
color: #F9465C;
}
</style>
background-color css
<style>
a { background-color: #F9465C; }
a { background-color: rgb(249,70,92); }
div.DivClassName
{
background-color: #F9465C;
}
.BgClassName
{
background-color: #F9465C;
}
</style>
border-color css
<style>
span { border-color: #F9465C; }
span { border-color: rgb(249,70,92); }
td.TdClassName
{
border-color: #F9465C;
}
.TagClassName
{
border-color: #F9465C;
}
</style>