Shades of Radical Red #F8434C
Tints of Radical Red #F8434C
RGB
CMYK
RGB Variations
Color information
#F8434C (or 0xF8434C) is known color: Radical Red. HEX triplet: F8, 43 and 4C. RGB value is (248,67,76). Sum of RGB (Red+Green+Blue) = 248+67+76=391 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.43% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 248 - color contains mainly: red. Hex color #F8434C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8434C is #07BCB3. Grayscale: #7A7A7A. Windows color (decimal): -507060 or 4998136. OLE color: 4998136.
HSL color Cylindrical-coordinate representation of color #F8434C: hue angle of 357.02º 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 #F8434C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 76 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.03 |
| HSL | 357.02º | 0.93% | 0.62% | - |
| HSV(B) | 357.02º | 0.73% | 0.97% | - |
| XYZ | 42.02 | 24.49 | 9.35 | - |
| YUV | 122.15 | 101.97 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 76 | 0 | 0.73 | 0.69 | 0.03 | 357.02 | 0.93 | 0.62 |
| Hex | F8 | 43 | 4C | 0 | 49 | 45 | 3 | 165 | 5D | 3E |
| Octal | 370 | 103 | 114 | 0 | 111 | 105 | 3 | 545 | 135 | 76 |
| Binary | 11111000 | 1000011 | 1001100 | 0 | 1001001 | 1000101 | 11 | 101100101 | 1011101 | 111110 |
Color Harmonies of #F8434C
Complementary color
Monochromatic Colors of #F8434C
Black with #F8434C
Text Example
Text Example
White with #F8434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8434C; }
p { color: rgb(248,67,76); }
H1.HeaderClassName
{
color: #F8434C;
}
.AnyTagClassName
{
color: #F8434C;
}
</style>
background-color css
<style>
a { background-color: #F8434C; }
a { background-color: rgb(248,67,76); }
div.DivClassName
{
background-color: #F8434C;
}
.BgClassName
{
background-color: #F8434C;
}
</style>
border-color css
<style>
span { border-color: #F8434C; }
span { border-color: rgb(248,67,76); }
td.TdClassName
{
border-color: #F8434C;
}
.TagClassName
{
border-color: #F8434C;
}
</style>