Shades of Radical Red #F9276A
Tints of Radical Red #F9276A
RGB
CMYK
RGB Variations
Color information
#F9276A (or 0xF9276A) is known color: Radical Red. HEX triplet: F9, 27 and 6A. RGB value is (249,39,106). Sum of RGB (Red+Green+Blue) = 249+39+106=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9276A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9276A is #06D895. Grayscale: #6D6D6D. Windows color (decimal): -448662 or 6957049. OLE color: 6957049.
HSL color Cylindrical-coordinate representation of color #F9276A: hue angle of 340.86º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9276A is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 39 | 106 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.02 |
| HSL | 340.86º | 0.95% | 0.56% | - |
| HSV(B) | 340.86º | 0.84% | 0.98% | - |
| XYZ | 42.39 | 22.63 | 15.77 | - |
| YUV | 109.43 | 126.07 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 39 | 106 | 0 | 0.84 | 0.57 | 0.02 | 340.86 | 0.95 | 0.56 |
| Hex | F9 | 27 | 6A | 0 | 54 | 39 | 2 | 155 | 5F | 38 |
| Octal | 371 | 47 | 152 | 0 | 124 | 71 | 2 | 525 | 137 | 70 |
| Binary | 11111001 | 100111 | 1101010 | 0 | 1010100 | 111001 | 10 | 101010101 | 1011111 | 111000 |
Color Harmonies of #F9276A
Complementary color
Monochromatic Colors of #F9276A
Black with #F9276A
Text Example
Text Example
White with #F9276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9276A; }
p { color: rgb(249,39,106); }
H1.HeaderClassName
{
color: #F9276A;
}
.AnyTagClassName
{
color: #F9276A;
}
</style>
background-color css
<style>
a { background-color: #F9276A; }
a { background-color: rgb(249,39,106); }
div.DivClassName
{
background-color: #F9276A;
}
.BgClassName
{
background-color: #F9276A;
}
</style>
border-color css
<style>
span { border-color: #F9276A; }
span { border-color: rgb(249,39,106); }
td.TdClassName
{
border-color: #F9276A;
}
.TagClassName
{
border-color: #F9276A;
}
</style>