Shades of Radical Red #F83A6C
Tints of Radical Red #F83A6C
RGB
CMYK
RGB Variations
Color information
#F83A6C (or 0xF83A6C) is known color: Radical Red. HEX triplet: F8, 3A and 6C. RGB value is (248,58,108). Sum of RGB (Red+Green+Blue) = 248+58+108=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F83A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83A6C is #07C593. Grayscale: #787878. Windows color (decimal): -509332 or 7092984. OLE color: 7092984.
HSL color Cylindrical-coordinate representation of color #F83A6C: hue angle of 344.21º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83A6C is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 108 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.03 |
| HSL | 344.21º | 0.93% | 0.6% | - |
| HSV(B) | 344.21º | 0.77% | 0.97% | - |
| XYZ | 42.93 | 24.07 | 16.57 | - |
| YUV | 120.51 | 120.95 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 108 | 0 | 0.77 | 0.56 | 0.03 | 344.21 | 0.93 | 0.6 |
| Hex | F8 | 3A | 6C | 0 | 4D | 38 | 3 | 158 | 5D | 3C |
| Octal | 370 | 72 | 154 | 0 | 115 | 70 | 3 | 530 | 135 | 74 |
| Binary | 11111000 | 111010 | 1101100 | 0 | 1001101 | 111000 | 11 | 101011000 | 1011101 | 111100 |
Color Harmonies of #F83A6C
Complementary color
Monochromatic Colors of #F83A6C
Black with #F83A6C
Text Example
Text Example
White with #F83A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83A6C; }
p { color: rgb(248,58,108); }
H1.HeaderClassName
{
color: #F83A6C;
}
.AnyTagClassName
{
color: #F83A6C;
}
</style>
background-color css
<style>
a { background-color: #F83A6C; }
a { background-color: rgb(248,58,108); }
div.DivClassName
{
background-color: #F83A6C;
}
.BgClassName
{
background-color: #F83A6C;
}
</style>
border-color css
<style>
span { border-color: #F83A6C; }
span { border-color: rgb(248,58,108); }
td.TdClassName
{
border-color: #F83A6C;
}
.TagClassName
{
border-color: #F83A6C;
}
</style>