Shades of Radical Red #F8454B
Tints of Radical Red #F8454B
RGB
CMYK
RGB Variations
Color information
#F8454B (or 0xF8454B) is known color: Radical Red. HEX triplet: F8, 45 and 4B. RGB value is (248,69,75). Sum of RGB (Red+Green+Blue) = 248+69+75=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F8454B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8454B is #07BAB4. Grayscale: #7B7B7B. Windows color (decimal): -506549 or 4933112. OLE color: 4933112.
HSL color Cylindrical-coordinate representation of color #F8454B: hue angle of 357.99º 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 #F8454B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 75 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.03 |
| HSL | 357.99º | 0.93% | 0.62% | - |
| HSV(B) | 357.99º | 0.72% | 0.97% | - |
| XYZ | 42.11 | 24.72 | 9.21 | - |
| YUV | 123.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 75 | 0 | 0.72 | 0.70 | 0.03 | 357.99 | 0.93 | 0.62 |
| Hex | F8 | 45 | 4B | 0 | 48 | 46 | 3 | 166 | 5D | 3E |
| Octal | 370 | 105 | 113 | 0 | 110 | 106 | 3 | 546 | 135 | 76 |
| Binary | 11111000 | 1000101 | 1001011 | 0 | 1001000 | 1000110 | 11 | 101100110 | 1011101 | 111110 |
Color Harmonies of #F8454B
Complementary color
Monochromatic Colors of #F8454B
Black with #F8454B
Text Example
Text Example
White with #F8454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8454B; }
p { color: rgb(248,69,75); }
H1.HeaderClassName
{
color: #F8454B;
}
.AnyTagClassName
{
color: #F8454B;
}
</style>
background-color css
<style>
a { background-color: #F8454B; }
a { background-color: rgb(248,69,75); }
div.DivClassName
{
background-color: #F8454B;
}
.BgClassName
{
background-color: #F8454B;
}
</style>
border-color css
<style>
span { border-color: #F8454B; }
span { border-color: rgb(248,69,75); }
td.TdClassName
{
border-color: #F8454B;
}
.TagClassName
{
border-color: #F8454B;
}
</style>