Shades of Radical Red #F83665
Tints of Radical Red #F83665
RGB
CMYK
RGB Variations
Color information
#F83665 (or 0xF83665) is known color: Radical Red. HEX triplet: F8, 36 and 65. RGB value is (248,54,101). Sum of RGB (Red+Green+Blue) = 248+54+101=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F83665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F83665 is #07C99A. Grayscale: #757575. Windows color (decimal): -510363 or 6633208. OLE color: 6633208.
HSL color Cylindrical-coordinate representation of color #F83665: hue angle of 345.46º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F83665 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 54 | 101 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.03 |
| HSL | 345.46º | 0.93% | 0.59% | - |
| HSV(B) | 345.46º | 0.78% | 0.97% | - |
| XYZ | 42.38 | 23.53 | 14.62 | - |
| YUV | 117.36 | 118.77 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 54 | 101 | 0 | 0.78 | 0.59 | 0.03 | 345.46 | 0.93 | 0.59 |
| Hex | F8 | 36 | 65 | 0 | 4E | 3B | 3 | 159 | 5D | 3B |
| Octal | 370 | 66 | 145 | 0 | 116 | 73 | 3 | 531 | 135 | 73 |
| Binary | 11111000 | 110110 | 1100101 | 0 | 1001110 | 111011 | 11 | 101011001 | 1011101 | 111011 |
Color Harmonies of #F83665
Complementary color
Monochromatic Colors of #F83665
Black with #F83665
Text Example
Text Example
White with #F83665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83665; }
p { color: rgb(248,54,101); }
H1.HeaderClassName
{
color: #F83665;
}
.AnyTagClassName
{
color: #F83665;
}
</style>
background-color css
<style>
a { background-color: #F83665; }
a { background-color: rgb(248,54,101); }
div.DivClassName
{
background-color: #F83665;
}
.BgClassName
{
background-color: #F83665;
}
</style>
border-color css
<style>
span { border-color: #F83665; }
span { border-color: rgb(248,54,101); }
td.TdClassName
{
border-color: #F83665;
}
.TagClassName
{
border-color: #F83665;
}
</style>