Shades of Radical Red #F84143
Tints of Radical Red #F84143
RGB
CMYK
RGB Variations
Color information
#F84143 (or 0xF84143) is known color: Radical Red. HEX triplet: F8, 41 and 43. RGB value is (248,65,67). Sum of RGB (Red+Green+Blue) = 248+65+67=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F84143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84143 is #07BEBC. Grayscale: #787878. Windows color (decimal): -507581 or 4407800. OLE color: 4407800.
HSL color Cylindrical-coordinate representation of color #F84143: hue angle of 359.34º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F84143 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 67 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.03 |
| HSL | 359.34º | 0.93% | 0.61% | - |
| HSV(B) | 359.34º | 0.74% | 0.97% | - |
| XYZ | 41.61 | 24.14 | 7.78 | - |
| YUV | 119.95 | 98.13 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 67 | 0 | 0.74 | 0.73 | 0.03 | 359.34 | 0.93 | 0.61 |
| Hex | F8 | 41 | 43 | 0 | 4A | 49 | 3 | 167 | 5D | 3D |
| Octal | 370 | 101 | 103 | 0 | 112 | 111 | 3 | 547 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1000011 | 0 | 1001010 | 1001001 | 11 | 101100111 | 1011101 | 111101 |
Color Harmonies of #F84143
Complementary color
Monochromatic Colors of #F84143
Black with #F84143
Text Example
Text Example
White with #F84143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84143; }
p { color: rgb(248,65,67); }
H1.HeaderClassName
{
color: #F84143;
}
.AnyTagClassName
{
color: #F84143;
}
</style>
background-color css
<style>
a { background-color: #F84143; }
a { background-color: rgb(248,65,67); }
div.DivClassName
{
background-color: #F84143;
}
.BgClassName
{
background-color: #F84143;
}
</style>
border-color css
<style>
span { border-color: #F84143; }
span { border-color: rgb(248,65,67); }
td.TdClassName
{
border-color: #F84143;
}
.TagClassName
{
border-color: #F84143;
}
</style>