Shades of Radical Red #F83D4A
Tints of Radical Red #F83D4A
RGB
CMYK
RGB Variations
Color information
#F83D4A (or 0xF83D4A) is known color: Radical Red. HEX triplet: F8, 3D and 4A. RGB value is (248,61,74). Sum of RGB (Red+Green+Blue) = 248+61+74=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83D4A is #07C2B5. Grayscale: #767676. Windows color (decimal): -508598 or 4865528. OLE color: 4865528.
HSL color Cylindrical-coordinate representation of color #F83D4A: hue angle of 355.83º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83D4A is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 74 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.03 |
| HSL | 355.83º | 0.93% | 0.61% | - |
| HSV(B) | 355.83º | 0.75% | 0.97% | - |
| XYZ | 41.62 | 23.79 | 8.88 | - |
| YUV | 118.4 | 102.95 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 74 | 0 | 0.75 | 0.70 | 0.03 | 355.83 | 0.93 | 0.61 |
| Hex | F8 | 3D | 4A | 0 | 4B | 46 | 3 | 164 | 5D | 3D |
| Octal | 370 | 75 | 112 | 0 | 113 | 106 | 3 | 544 | 135 | 75 |
| Binary | 11111000 | 111101 | 1001010 | 0 | 1001011 | 1000110 | 11 | 101100100 | 1011101 | 111101 |
Color Harmonies of #F83D4A
Complementary color
Monochromatic Colors of #F83D4A
Black with #F83D4A
Text Example
Text Example
White with #F83D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83D4A; }
p { color: rgb(248,61,74); }
H1.HeaderClassName
{
color: #F83D4A;
}
.AnyTagClassName
{
color: #F83D4A;
}
</style>
background-color css
<style>
a { background-color: #F83D4A; }
a { background-color: rgb(248,61,74); }
div.DivClassName
{
background-color: #F83D4A;
}
.BgClassName
{
background-color: #F83D4A;
}
</style>
border-color css
<style>
span { border-color: #F83D4A; }
span { border-color: rgb(248,61,74); }
td.TdClassName
{
border-color: #F83D4A;
}
.TagClassName
{
border-color: #F83D4A;
}
</style>