Shades of Radical Red #F8416E
Tints of Radical Red #F8416E
RGB
CMYK
RGB Variations
Color information
#F8416E (or 0xF8416E) is known color: Radical Red. HEX triplet: F8, 41 and 6E. RGB value is (248,65,110). Sum of RGB (Red+Green+Blue) = 248+65+110=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F8416E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8416E is #07BE91. Grayscale: #7C7C7C. Windows color (decimal): -507538 or 7225848. OLE color: 7225848.
HSL color Cylindrical-coordinate representation of color #F8416E: hue angle of 345.25º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8416E is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 110 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.03 |
| HSL | 345.25º | 0.93% | 0.61% | - |
| HSV(B) | 345.25º | 0.74% | 0.97% | - |
| XYZ | 43.42 | 24.86 | 17.26 | - |
| YUV | 124.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 110 | 0 | 0.74 | 0.56 | 0.03 | 345.25 | 0.93 | 0.61 |
| Hex | F8 | 41 | 6E | 0 | 4A | 38 | 3 | 159 | 5D | 3D |
| Octal | 370 | 101 | 156 | 0 | 112 | 70 | 3 | 531 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1101110 | 0 | 1001010 | 111000 | 11 | 101011001 | 1011101 | 111101 |
Color Harmonies of #F8416E
Complementary color
Monochromatic Colors of #F8416E
Black with #F8416E
Text Example
Text Example
White with #F8416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8416E; }
p { color: rgb(248,65,110); }
H1.HeaderClassName
{
color: #F8416E;
}
.AnyTagClassName
{
color: #F8416E;
}
</style>
background-color css
<style>
a { background-color: #F8416E; }
a { background-color: rgb(248,65,110); }
div.DivClassName
{
background-color: #F8416E;
}
.BgClassName
{
background-color: #F8416E;
}
</style>
border-color css
<style>
span { border-color: #F8416E; }
span { border-color: rgb(248,65,110); }
td.TdClassName
{
border-color: #F8416E;
}
.TagClassName
{
border-color: #F8416E;
}
</style>