Shades of Radical Red #F8415C
Tints of Radical Red #F8415C
RGB
CMYK
RGB Variations
Color information
#F8415C (or 0xF8415C) is known color: Radical Red. HEX triplet: F8, 41 and 5C. RGB value is (248,65,92). Sum of RGB (Red+Green+Blue) = 248+65+92=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F8415C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8415C is #07BEA3. Grayscale: #7A7A7A. Windows color (decimal): -507556 or 6046200. OLE color: 6046200.
HSL color Cylindrical-coordinate representation of color #F8415C: hue angle of 351.15º 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 #F8415C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 92 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.03 |
| HSL | 351.15º | 0.93% | 0.61% | - |
| HSV(B) | 351.15º | 0.74% | 0.97% | - |
| XYZ | 42.53 | 24.51 | 12.61 | - |
| YUV | 122.8 | 110.63 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 92 | 0 | 0.74 | 0.63 | 0.03 | 351.15 | 0.93 | 0.61 |
| Hex | F8 | 41 | 5C | 0 | 4A | 3F | 3 | 15F | 5D | 3D |
| Octal | 370 | 101 | 134 | 0 | 112 | 77 | 3 | 537 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1011100 | 0 | 1001010 | 111111 | 11 | 101011111 | 1011101 | 111101 |
Color Harmonies of #F8415C
Complementary color
Monochromatic Colors of #F8415C
Black with #F8415C
Text Example
Text Example
White with #F8415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8415C; }
p { color: rgb(248,65,92); }
H1.HeaderClassName
{
color: #F8415C;
}
.AnyTagClassName
{
color: #F8415C;
}
</style>
background-color css
<style>
a { background-color: #F8415C; }
a { background-color: rgb(248,65,92); }
div.DivClassName
{
background-color: #F8415C;
}
.BgClassName
{
background-color: #F8415C;
}
</style>
border-color css
<style>
span { border-color: #F8415C; }
span { border-color: rgb(248,65,92); }
td.TdClassName
{
border-color: #F8415C;
}
.TagClassName
{
border-color: #F8415C;
}
</style>