Shades of Radical Red #F83D6C
Tints of Radical Red #F83D6C
RGB
CMYK
RGB Variations
Color information
#F83D6C (or 0xF83D6C) is known color: Radical Red. HEX triplet: F8, 3D and 6C. RGB value is (248,61,108). Sum of RGB (Red+Green+Blue) = 248+61+108=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F83D6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83D6C is #07C293. Grayscale: #7A7A7A. Windows color (decimal): -508564 or 7093752. OLE color: 7093752.
HSL color Cylindrical-coordinate representation of color #F83D6C: hue angle of 344.92º 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 #F83D6C is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 108 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.03 |
| HSL | 344.92º | 0.93% | 0.61% | - |
| HSV(B) | 344.92º | 0.75% | 0.97% | - |
| XYZ | 43.09 | 24.38 | 16.62 | - |
| YUV | 122.27 | 119.95 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 108 | 0 | 0.75 | 0.56 | 0.03 | 344.92 | 0.93 | 0.61 |
| Hex | F8 | 3D | 6C | 0 | 4B | 38 | 3 | 159 | 5D | 3D |
| Octal | 370 | 75 | 154 | 0 | 113 | 70 | 3 | 531 | 135 | 75 |
| Binary | 11111000 | 111101 | 1101100 | 0 | 1001011 | 111000 | 11 | 101011001 | 1011101 | 111101 |
Color Harmonies of #F83D6C
Complementary color
Monochromatic Colors of #F83D6C
Black with #F83D6C
Text Example
Text Example
White with #F83D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83D6C; }
p { color: rgb(248,61,108); }
H1.HeaderClassName
{
color: #F83D6C;
}
.AnyTagClassName
{
color: #F83D6C;
}
</style>
background-color css
<style>
a { background-color: #F83D6C; }
a { background-color: rgb(248,61,108); }
div.DivClassName
{
background-color: #F83D6C;
}
.BgClassName
{
background-color: #F83D6C;
}
</style>
border-color css
<style>
span { border-color: #F83D6C; }
span { border-color: rgb(248,61,108); }
td.TdClassName
{
border-color: #F83D6C;
}
.TagClassName
{
border-color: #F83D6C;
}
</style>