Shades of Radical Red #F9256B
Tints of Radical Red #F9256B
RGB
CMYK
RGB Variations
Color information
#F9256B (or 0xF9256B) is known color: Radical Red. HEX triplet: F9, 25 and 6B. RGB value is (249,37,107). Sum of RGB (Red+Green+Blue) = 249+37+107=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F9256B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9256B is #06DA94. Grayscale: #6C6C6C. Windows color (decimal): -449173 or 7022073. OLE color: 7022073.
HSL color Cylindrical-coordinate representation of color #F9256B: hue angle of 340.19º 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 #F9256B is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 107 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.02 |
| HSL | 340.19º | 0.95% | 0.56% | - |
| HSV(B) | 340.19º | 0.85% | 0.98% | - |
| XYZ | 42.38 | 22.52 | 16.02 | - |
| YUV | 108.37 | 127.24 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 107 | 0 | 0.85 | 0.57 | 0.02 | 340.19 | 0.95 | 0.56 |
| Hex | F9 | 25 | 6B | 0 | 55 | 39 | 2 | 154 | 5F | 38 |
| Octal | 371 | 45 | 153 | 0 | 125 | 71 | 2 | 524 | 137 | 70 |
| Binary | 11111001 | 100101 | 1101011 | 0 | 1010101 | 111001 | 10 | 101010100 | 1011111 | 111000 |
Color Harmonies of #F9256B
Complementary color
Monochromatic Colors of #F9256B
Black with #F9256B
Text Example
Text Example
White with #F9256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9256B; }
p { color: rgb(249,37,107); }
H1.HeaderClassName
{
color: #F9256B;
}
.AnyTagClassName
{
color: #F9256B;
}
</style>
background-color css
<style>
a { background-color: #F9256B; }
a { background-color: rgb(249,37,107); }
div.DivClassName
{
background-color: #F9256B;
}
.BgClassName
{
background-color: #F9256B;
}
</style>
border-color css
<style>
span { border-color: #F9256B; }
span { border-color: rgb(249,37,107); }
td.TdClassName
{
border-color: #F9256B;
}
.TagClassName
{
border-color: #F9256B;
}
</style>