Shades of Radical Red #F8416F
Tints of Radical Red #F8416F
RGB
CMYK
RGB Variations
Color information
#F8416F (or 0xF8416F) is known color: Radical Red. HEX triplet: F8, 41 and 6F. RGB value is (248,65,111). Sum of RGB (Red+Green+Blue) = 248+65+111=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F8416F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8416F is #07BE90. Grayscale: #7C7C7C. Windows color (decimal): -507537 or 7291384. OLE color: 7291384.
HSL color Cylindrical-coordinate representation of color #F8416F: hue angle of 344.92º 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 #F8416F is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 111 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.03 |
| HSL | 344.92º | 0.93% | 0.61% | - |
| HSV(B) | 344.92º | 0.74% | 0.97% | - |
| XYZ | 43.47 | 24.88 | 17.55 | - |
| YUV | 124.96 | 120.13 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 111 | 0 | 0.74 | 0.55 | 0.03 | 344.92 | 0.93 | 0.61 |
| Hex | F8 | 41 | 6F | 0 | 4A | 37 | 3 | 159 | 5D | 3D |
| Octal | 370 | 101 | 157 | 0 | 112 | 67 | 3 | 531 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1101111 | 0 | 1001010 | 110111 | 11 | 101011001 | 1011101 | 111101 |
Color Harmonies of #F8416F
Complementary color
Monochromatic Colors of #F8416F
Black with #F8416F
Text Example
Text Example
White with #F8416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8416F; }
p { color: rgb(248,65,111); }
H1.HeaderClassName
{
color: #F8416F;
}
.AnyTagClassName
{
color: #F8416F;
}
</style>
background-color css
<style>
a { background-color: #F8416F; }
a { background-color: rgb(248,65,111); }
div.DivClassName
{
background-color: #F8416F;
}
.BgClassName
{
background-color: #F8416F;
}
</style>
border-color css
<style>
span { border-color: #F8416F; }
span { border-color: rgb(248,65,111); }
td.TdClassName
{
border-color: #F8416F;
}
.TagClassName
{
border-color: #F8416F;
}
</style>