Shades of Radical Red #F8454C
Tints of Radical Red #F8454C
RGB
CMYK
RGB Variations
Color information
#F8454C (or 0xF8454C) is known color: Radical Red. HEX triplet: F8, 45 and 4C. RGB value is (248,69,76). Sum of RGB (Red+Green+Blue) = 248+69+76=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8454C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8454C is #07BAB3. Grayscale: #7B7B7B. Windows color (decimal): -506548 or 4998648. OLE color: 4998648.
HSL color Cylindrical-coordinate representation of color #F8454C: hue angle of 357.65º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F8454C is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 76 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.03 |
| HSL | 357.65º | 0.93% | 0.62% | - |
| HSV(B) | 357.65º | 0.72% | 0.97% | - |
| XYZ | 42.14 | 24.73 | 9.39 | - |
| YUV | 123.32 | 101.3 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 76 | 0 | 0.72 | 0.69 | 0.03 | 357.65 | 0.93 | 0.62 |
| Hex | F8 | 45 | 4C | 0 | 48 | 45 | 3 | 166 | 5D | 3E |
| Octal | 370 | 105 | 114 | 0 | 110 | 105 | 3 | 546 | 135 | 76 |
| Binary | 11111000 | 1000101 | 1001100 | 0 | 1001000 | 1000101 | 11 | 101100110 | 1011101 | 111110 |
Color Harmonies of #F8454C
Complementary color
Monochromatic Colors of #F8454C
Black with #F8454C
Text Example
Text Example
White with #F8454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8454C; }
p { color: rgb(248,69,76); }
H1.HeaderClassName
{
color: #F8454C;
}
.AnyTagClassName
{
color: #F8454C;
}
</style>
background-color css
<style>
a { background-color: #F8454C; }
a { background-color: rgb(248,69,76); }
div.DivClassName
{
background-color: #F8454C;
}
.BgClassName
{
background-color: #F8454C;
}
</style>
border-color css
<style>
span { border-color: #F8454C; }
span { border-color: rgb(248,69,76); }
td.TdClassName
{
border-color: #F8454C;
}
.TagClassName
{
border-color: #F8454C;
}
</style>