Shades of Radical Red #F83358
Tints of Radical Red #F83358
RGB
CMYK
RGB Variations
Color information
#F83358 (or 0xF83358) is known color: Radical Red. HEX triplet: F8, 33 and 58. RGB value is (248,51,88). Sum of RGB (Red+Green+Blue) = 248+51+88=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F83358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83358 is #07CCA7. Grayscale: #727272. Windows color (decimal): -511144 or 5780472. OLE color: 5780472.
HSL color Cylindrical-coordinate representation of color #F83358: hue angle of 348.73º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F83358 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 88 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.03 |
| HSL | 348.73º | 0.93% | 0.59% | - |
| HSV(B) | 348.73º | 0.79% | 0.97% | - |
| XYZ | 41.66 | 23.03 | 11.48 | - |
| YUV | 114.12 | 113.27 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 88 | 0 | 0.79 | 0.65 | 0.03 | 348.73 | 0.93 | 0.59 |
| Hex | F8 | 33 | 58 | 0 | 4F | 41 | 3 | 15D | 5D | 3B |
| Octal | 370 | 63 | 130 | 0 | 117 | 101 | 3 | 535 | 135 | 73 |
| Binary | 11111000 | 110011 | 1011000 | 0 | 1001111 | 1000001 | 11 | 101011101 | 1011101 | 111011 |
Color Harmonies of #F83358
Complementary color
Monochromatic Colors of #F83358
Black with #F83358
Text Example
Text Example
White with #F83358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83358; }
p { color: rgb(248,51,88); }
H1.HeaderClassName
{
color: #F83358;
}
.AnyTagClassName
{
color: #F83358;
}
</style>
background-color css
<style>
a { background-color: #F83358; }
a { background-color: rgb(248,51,88); }
div.DivClassName
{
background-color: #F83358;
}
.BgClassName
{
background-color: #F83358;
}
</style>
border-color css
<style>
span { border-color: #F83358; }
span { border-color: rgb(248,51,88); }
td.TdClassName
{
border-color: #F83358;
}
.TagClassName
{
border-color: #F83358;
}
</style>