Shades of Radical Red #F8434D
Tints of Radical Red #F8434D
RGB
CMYK
RGB Variations
Color information
#F8434D (or 0xF8434D) is known color: Radical Red. HEX triplet: F8, 43 and 4D. RGB value is (248,67,77). Sum of RGB (Red+Green+Blue) = 248+67+77=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F8434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8434D is #07BCB2. Grayscale: #7A7A7A. Windows color (decimal): -507059 or 5063672. OLE color: 5063672.
HSL color Cylindrical-coordinate representation of color #F8434D: hue angle of 356.69º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8434D is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 77 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.03 |
| HSL | 356.69º | 0.93% | 0.62% | - |
| HSV(B) | 356.69º | 0.73% | 0.97% | - |
| XYZ | 42.06 | 24.51 | 9.53 | - |
| YUV | 122.26 | 102.47 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 77 | 0 | 0.73 | 0.69 | 0.03 | 356.69 | 0.93 | 0.62 |
| Hex | F8 | 43 | 4D | 0 | 49 | 45 | 3 | 165 | 5D | 3E |
| Octal | 370 | 103 | 115 | 0 | 111 | 105 | 3 | 545 | 135 | 76 |
| Binary | 11111000 | 1000011 | 1001101 | 0 | 1001001 | 1000101 | 11 | 101100101 | 1011101 | 111110 |
Color Harmonies of #F8434D
Complementary color
Monochromatic Colors of #F8434D
Black with #F8434D
Text Example
Text Example
White with #F8434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8434D; }
p { color: rgb(248,67,77); }
H1.HeaderClassName
{
color: #F8434D;
}
.AnyTagClassName
{
color: #F8434D;
}
</style>
background-color css
<style>
a { background-color: #F8434D; }
a { background-color: rgb(248,67,77); }
div.DivClassName
{
background-color: #F8434D;
}
.BgClassName
{
background-color: #F8434D;
}
</style>
border-color css
<style>
span { border-color: #F8434D; }
span { border-color: rgb(248,67,77); }
td.TdClassName
{
border-color: #F8434D;
}
.TagClassName
{
border-color: #F8434D;
}
</style>