Shades of Radical Red #F83075
Tints of Radical Red #F83075
RGB
CMYK
RGB Variations
Color information
#F83075 (or 0xF83075) is known color: Radical Red. HEX triplet: F8, 30 and 75. RGB value is (248,48,117). Sum of RGB (Red+Green+Blue) = 248+48+117=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F83075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83075 is #07CF8A. Grayscale: #737373. Windows color (decimal): -511883 or 7680248. OLE color: 7680248.
HSL color Cylindrical-coordinate representation of color #F83075: hue angle of 339.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F83075 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 117 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.03 |
| HSL | 339.3º | 0.93% | 0.58% | - |
| HSV(B) | 339.3º | 0.81% | 0.97% | - |
| XYZ | 42.98 | 23.35 | 19.07 | - |
| YUV | 115.67 | 128.76 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 117 | 0 | 0.81 | 0.53 | 0.03 | 339.3 | 0.93 | 0.58 |
| Hex | F8 | 30 | 75 | 0 | 51 | 35 | 3 | 153 | 5D | 3A |
| Octal | 370 | 60 | 165 | 0 | 121 | 65 | 3 | 523 | 135 | 72 |
| Binary | 11111000 | 110000 | 1110101 | 0 | 1010001 | 110101 | 11 | 101010011 | 1011101 | 111010 |
Color Harmonies of #F83075
Complementary color
Monochromatic Colors of #F83075
Black with #F83075
Text Example
Text Example
White with #F83075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83075; }
p { color: rgb(248,48,117); }
H1.HeaderClassName
{
color: #F83075;
}
.AnyTagClassName
{
color: #F83075;
}
</style>
background-color css
<style>
a { background-color: #F83075; }
a { background-color: rgb(248,48,117); }
div.DivClassName
{
background-color: #F83075;
}
.BgClassName
{
background-color: #F83075;
}
</style>
border-color css
<style>
span { border-color: #F83075; }
span { border-color: rgb(248,48,117); }
td.TdClassName
{
border-color: #F83075;
}
.TagClassName
{
border-color: #F83075;
}
</style>