Shades of Radical Red #F83F65
Tints of Radical Red #F83F65
RGB
CMYK
RGB Variations
Color information
#F83F65 (or 0xF83F65) is known color: Radical Red. HEX triplet: F8, 3F and 65. RGB value is (248,63,101). Sum of RGB (Red+Green+Blue) = 248+63+101=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F83F65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83F65 is #07C09A. Grayscale: #7A7A7A. Windows color (decimal): -508059 or 6635512. OLE color: 6635512.
HSL color Cylindrical-coordinate representation of color #F83F65: hue angle of 347.68º 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 #F83F65 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 101 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.03 |
| HSL | 347.68º | 0.93% | 0.61% | - |
| HSV(B) | 347.68º | 0.75% | 0.97% | - |
| XYZ | 42.84 | 24.45 | 14.77 | - |
| YUV | 122.65 | 115.79 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 101 | 0 | 0.75 | 0.59 | 0.03 | 347.68 | 0.93 | 0.61 |
| Hex | F8 | 3F | 65 | 0 | 4B | 3B | 3 | 15C | 5D | 3D |
| Octal | 370 | 77 | 145 | 0 | 113 | 73 | 3 | 534 | 135 | 75 |
| Binary | 11111000 | 111111 | 1100101 | 0 | 1001011 | 111011 | 11 | 101011100 | 1011101 | 111101 |
Color Harmonies of #F83F65
Complementary color
Monochromatic Colors of #F83F65
Black with #F83F65
Text Example
Text Example
White with #F83F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83F65; }
p { color: rgb(248,63,101); }
H1.HeaderClassName
{
color: #F83F65;
}
.AnyTagClassName
{
color: #F83F65;
}
</style>
background-color css
<style>
a { background-color: #F83F65; }
a { background-color: rgb(248,63,101); }
div.DivClassName
{
background-color: #F83F65;
}
.BgClassName
{
background-color: #F83F65;
}
</style>
border-color css
<style>
span { border-color: #F83F65; }
span { border-color: rgb(248,63,101); }
td.TdClassName
{
border-color: #F83F65;
}
.TagClassName
{
border-color: #F83F65;
}
</style>