Shades of Radical Red #F9225B
Tints of Radical Red #F9225B
RGB
CMYK
RGB Variations
Color information
#F9225B (or 0xF9225B) is known color: Radical Red. HEX triplet: F9, 22 and 5B. RGB value is (249,34,91). Sum of RGB (Red+Green+Blue) = 249+34+91=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F9225B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9225B is #06DDA4. Grayscale: #686868. Windows color (decimal): -449957 or 5972729. OLE color: 5972729.
HSL color Cylindrical-coordinate representation of color #F9225B: hue angle of 344.09º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9225B is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 34 | 91 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.02 |
| HSL | 344.09º | 0.95% | 0.55% | - |
| HSV(B) | 344.09º | 0.86% | 0.98% | - |
| XYZ | 41.53 | 22.04 | 11.96 | - |
| YUV | 104.78 | 120.23 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 91 | 0 | 0.86 | 0.63 | 0.02 | 344.09 | 0.95 | 0.55 |
| Hex | F9 | 22 | 5B | 0 | 56 | 3F | 2 | 158 | 5F | 37 |
| Octal | 371 | 42 | 133 | 0 | 126 | 77 | 2 | 530 | 137 | 67 |
| Binary | 11111001 | 100010 | 1011011 | 0 | 1010110 | 111111 | 10 | 101011000 | 1011111 | 110111 |
Color Harmonies of #F9225B
Complementary color
Monochromatic Colors of #F9225B
Black with #F9225B
Text Example
Text Example
White with #F9225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9225B; }
p { color: rgb(249,34,91); }
H1.HeaderClassName
{
color: #F9225B;
}
.AnyTagClassName
{
color: #F9225B;
}
</style>
background-color css
<style>
a { background-color: #F9225B; }
a { background-color: rgb(249,34,91); }
div.DivClassName
{
background-color: #F9225B;
}
.BgClassName
{
background-color: #F9225B;
}
</style>
border-color css
<style>
span { border-color: #F9225B; }
span { border-color: rgb(249,34,91); }
td.TdClassName
{
border-color: #F9225B;
}
.TagClassName
{
border-color: #F9225B;
}
</style>