Shades of Radical Red #F8455C
Tints of Radical Red #F8455C
RGB
CMYK
RGB Variations
Color information
#F8455C (or 0xF8455C) is known color: Radical Red. HEX triplet: F8, 45 and 5C. RGB value is (248,69,92). Sum of RGB (Red+Green+Blue) = 248+69+92=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8455C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8455C is #07BAA3. Grayscale: #7D7D7D. Windows color (decimal): -506532 or 6047224. OLE color: 6047224.
HSL color Cylindrical-coordinate representation of color #F8455C: hue angle of 352.29º 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 #F8455C is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 92 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.03 |
| HSL | 352.29º | 0.93% | 0.62% | - |
| HSV(B) | 352.29º | 0.72% | 0.97% | - |
| XYZ | 42.77 | 24.99 | 12.69 | - |
| YUV | 125.14 | 109.3 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 92 | 0 | 0.72 | 0.63 | 0.03 | 352.29 | 0.93 | 0.62 |
| Hex | F8 | 45 | 5C | 0 | 48 | 3F | 3 | 160 | 5D | 3E |
| Octal | 370 | 105 | 134 | 0 | 110 | 77 | 3 | 540 | 135 | 76 |
| Binary | 11111000 | 1000101 | 1011100 | 0 | 1001000 | 111111 | 11 | 101100000 | 1011101 | 111110 |
Color Harmonies of #F8455C
Complementary color
Monochromatic Colors of #F8455C
Black with #F8455C
Text Example
Text Example
White with #F8455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8455C; }
p { color: rgb(248,69,92); }
H1.HeaderClassName
{
color: #F8455C;
}
.AnyTagClassName
{
color: #F8455C;
}
</style>
background-color css
<style>
a { background-color: #F8455C; }
a { background-color: rgb(248,69,92); }
div.DivClassName
{
background-color: #F8455C;
}
.BgClassName
{
background-color: #F8455C;
}
</style>
border-color css
<style>
span { border-color: #F8455C; }
span { border-color: rgb(248,69,92); }
td.TdClassName
{
border-color: #F8455C;
}
.TagClassName
{
border-color: #F8455C;
}
</style>