Shades of Radical Red #F9256D
Tints of Radical Red #F9256D
RGB
CMYK
RGB Variations
Color information
#F9256D (or 0xF9256D) is known color: Radical Red. HEX triplet: F9, 25 and 6D. RGB value is (249,37,109). Sum of RGB (Red+Green+Blue) = 249+37+109=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F9256D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9256D is #06DA92. Grayscale: #6C6C6C. Windows color (decimal): -449171 or 7153145. OLE color: 7153145.
HSL color Cylindrical-coordinate representation of color #F9256D: hue angle of 339.62º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9256D is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 109 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.02 |
| HSL | 339.62º | 0.95% | 0.56% | - |
| HSV(B) | 339.62º | 0.85% | 0.98% | - |
| XYZ | 42.49 | 22.57 | 16.58 | - |
| YUV | 108.6 | 128.24 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 109 | 0 | 0.85 | 0.56 | 0.02 | 339.62 | 0.95 | 0.56 |
| Hex | F9 | 25 | 6D | 0 | 55 | 38 | 2 | 154 | 5F | 38 |
| Octal | 371 | 45 | 155 | 0 | 125 | 70 | 2 | 524 | 137 | 70 |
| Binary | 11111001 | 100101 | 1101101 | 0 | 1010101 | 111000 | 10 | 101010100 | 1011111 | 111000 |
Color Harmonies of #F9256D
Complementary color
Monochromatic Colors of #F9256D
Black with #F9256D
Text Example
Text Example
White with #F9256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9256D; }
p { color: rgb(249,37,109); }
H1.HeaderClassName
{
color: #F9256D;
}
.AnyTagClassName
{
color: #F9256D;
}
</style>
background-color css
<style>
a { background-color: #F9256D; }
a { background-color: rgb(249,37,109); }
div.DivClassName
{
background-color: #F9256D;
}
.BgClassName
{
background-color: #F9256D;
}
</style>
border-color css
<style>
span { border-color: #F9256D; }
span { border-color: rgb(249,37,109); }
td.TdClassName
{
border-color: #F9256D;
}
.TagClassName
{
border-color: #F9256D;
}
</style>