Shades of Radical Red #F9416F
Tints of Radical Red #F9416F
RGB
CMYK
RGB Variations
Color information
#F9416F (or 0xF9416F) is known color: Radical Red. HEX triplet: F9, 41 and 6F. RGB value is (249,65,111). Sum of RGB (Red+Green+Blue) = 249+65+111=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F9416F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9416F is #06BE90. Grayscale: #7D7D7D. Windows color (decimal): -442001 or 7291385. OLE color: 7291385.
HSL color Cylindrical-coordinate representation of color #F9416F: hue angle of 345º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9416F is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 111 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.02 |
| HSL | 345º | 0.94% | 0.62% | - |
| HSV(B) | 345º | 0.74% | 0.98% | - |
| XYZ | 43.83 | 25.07 | 17.57 | - |
| YUV | 125.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 111 | 0 | 0.74 | 0.55 | 0.02 | 345 | 0.94 | 0.62 |
| Hex | F9 | 41 | 6F | 0 | 4A | 37 | 2 | 159 | 5E | 3E |
| Octal | 371 | 101 | 157 | 0 | 112 | 67 | 2 | 531 | 136 | 76 |
| Binary | 11111001 | 1000001 | 1101111 | 0 | 1001010 | 110111 | 10 | 101011001 | 1011110 | 111110 |
Color Harmonies of #F9416F
Complementary color
Monochromatic Colors of #F9416F
Black with #F9416F
Text Example
Text Example
White with #F9416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9416F; }
p { color: rgb(249,65,111); }
H1.HeaderClassName
{
color: #F9416F;
}
.AnyTagClassName
{
color: #F9416F;
}
</style>
background-color css
<style>
a { background-color: #F9416F; }
a { background-color: rgb(249,65,111); }
div.DivClassName
{
background-color: #F9416F;
}
.BgClassName
{
background-color: #F9416F;
}
</style>
border-color css
<style>
span { border-color: #F9416F; }
span { border-color: rgb(249,65,111); }
td.TdClassName
{
border-color: #F9416F;
}
.TagClassName
{
border-color: #F9416F;
}
</style>