Shades of Radical Red #F8416C
Tints of Radical Red #F8416C
RGB
CMYK
RGB Variations
Color information
#F8416C (or 0xF8416C) is known color: Radical Red. HEX triplet: F8, 41 and 6C. RGB value is (248,65,108). Sum of RGB (Red+Green+Blue) = 248+65+108=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F8416C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8416C is #07BE93. Grayscale: #7C7C7C. Windows color (decimal): -507540 or 7094776. OLE color: 7094776.
HSL color Cylindrical-coordinate representation of color #F8416C: hue angle of 345.9º 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 #F8416C is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 108 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.03 |
| HSL | 345.9º | 0.93% | 0.61% | - |
| HSV(B) | 345.9º | 0.74% | 0.97% | - |
| XYZ | 43.31 | 24.82 | 16.7 | - |
| YUV | 124.62 | 118.63 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 108 | 0 | 0.74 | 0.56 | 0.03 | 345.9 | 0.93 | 0.61 |
| Hex | F8 | 41 | 6C | 0 | 4A | 38 | 3 | 15A | 5D | 3D |
| Octal | 370 | 101 | 154 | 0 | 112 | 70 | 3 | 532 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1101100 | 0 | 1001010 | 111000 | 11 | 101011010 | 1011101 | 111101 |
Color Harmonies of #F8416C
Complementary color
Monochromatic Colors of #F8416C
Black with #F8416C
Text Example
Text Example
White with #F8416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8416C; }
p { color: rgb(248,65,108); }
H1.HeaderClassName
{
color: #F8416C;
}
.AnyTagClassName
{
color: #F8416C;
}
</style>
background-color css
<style>
a { background-color: #F8416C; }
a { background-color: rgb(248,65,108); }
div.DivClassName
{
background-color: #F8416C;
}
.BgClassName
{
background-color: #F8416C;
}
</style>
border-color css
<style>
span { border-color: #F8416C; }
span { border-color: rgb(248,65,108); }
td.TdClassName
{
border-color: #F8416C;
}
.TagClassName
{
border-color: #F8416C;
}
</style>