Shades of Radical Red #F8434F
Tints of Radical Red #F8434F
RGB
CMYK
RGB Variations
Color information
#F8434F (or 0xF8434F) is known color: Radical Red. HEX triplet: F8, 43 and 4F. RGB value is (248,67,79). Sum of RGB (Red+Green+Blue) = 248+67+79=394 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.94% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 248 - color contains mainly: red. Hex color #F8434F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8434F is #07BCB0. Grayscale: #7A7A7A. Windows color (decimal): -507057 or 5194744. OLE color: 5194744.
HSL color Cylindrical-coordinate representation of color #F8434F: hue angle of 356.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 #F8434F is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 79 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.03 |
| HSL | 356.02º | 0.93% | 0.62% | - |
| HSV(B) | 356.02º | 0.73% | 0.97% | - |
| XYZ | 42.13 | 24.54 | 9.91 | - |
| YUV | 122.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 79 | 0 | 0.73 | 0.68 | 0.03 | 356.02 | 0.93 | 0.62 |
| Hex | F8 | 43 | 4F | 0 | 49 | 44 | 3 | 164 | 5D | 3E |
| Octal | 370 | 103 | 117 | 0 | 111 | 104 | 3 | 544 | 135 | 76 |
| Binary | 11111000 | 1000011 | 1001111 | 0 | 1001001 | 1000100 | 11 | 101100100 | 1011101 | 111110 |
Color Harmonies of #F8434F
Complementary color
Monochromatic Colors of #F8434F
Black with #F8434F
Text Example
Text Example
White with #F8434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8434F; }
p { color: rgb(248,67,79); }
H1.HeaderClassName
{
color: #F8434F;
}
.AnyTagClassName
{
color: #F8434F;
}
</style>
background-color css
<style>
a { background-color: #F8434F; }
a { background-color: rgb(248,67,79); }
div.DivClassName
{
background-color: #F8434F;
}
.BgClassName
{
background-color: #F8434F;
}
</style>
border-color css
<style>
span { border-color: #F8434F; }
span { border-color: rgb(248,67,79); }
td.TdClassName
{
border-color: #F8434F;
}
.TagClassName
{
border-color: #F8434F;
}
</style>