Shades of Radical Red #F83275
Tints of Radical Red #F83275
RGB
CMYK
RGB Variations
Color information
#F83275 (or 0xF83275) is known color: Radical Red. HEX triplet: F8, 32 and 75. RGB value is (248,50,117). Sum of RGB (Red+Green+Blue) = 248+50+117=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F83275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83275 is #07CD8A. Grayscale: #747474. Windows color (decimal): -511371 or 7680760. OLE color: 7680760.
HSL color Cylindrical-coordinate representation of color #F83275: hue angle of 339.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83275 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 117 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.03 |
| HSL | 339.7º | 0.93% | 0.58% | - |
| HSV(B) | 339.7º | 0.8% | 0.97% | - |
| XYZ | 43.06 | 23.52 | 19.1 | - |
| YUV | 116.84 | 128.1 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 117 | 0 | 0.80 | 0.53 | 0.03 | 339.7 | 0.93 | 0.58 |
| Hex | F8 | 32 | 75 | 0 | 50 | 35 | 3 | 154 | 5D | 3A |
| Octal | 370 | 62 | 165 | 0 | 120 | 65 | 3 | 524 | 135 | 72 |
| Binary | 11111000 | 110010 | 1110101 | 0 | 1010000 | 110101 | 11 | 101010100 | 1011101 | 111010 |
Color Harmonies of #F83275
Complementary color
Monochromatic Colors of #F83275
Black with #F83275
Text Example
Text Example
White with #F83275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83275; }
p { color: rgb(248,50,117); }
H1.HeaderClassName
{
color: #F83275;
}
.AnyTagClassName
{
color: #F83275;
}
</style>
background-color css
<style>
a { background-color: #F83275; }
a { background-color: rgb(248,50,117); }
div.DivClassName
{
background-color: #F83275;
}
.BgClassName
{
background-color: #F83275;
}
</style>
border-color css
<style>
span { border-color: #F83275; }
span { border-color: rgb(248,50,117); }
td.TdClassName
{
border-color: #F83275;
}
.TagClassName
{
border-color: #F83275;
}
</style>