Shades of Radical Red #F8436C
Tints of Radical Red #F8436C
RGB
CMYK
RGB Variations
Color information
#F8436C (or 0xF8436C) is known color: Radical Red. HEX triplet: F8, 43 and 6C. RGB value is (248,67,108). Sum of RGB (Red+Green+Blue) = 248+67+108=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F8436C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8436C is #07BC93. Grayscale: #7D7D7D. Windows color (decimal): -507028 or 7095288. OLE color: 7095288.
HSL color Cylindrical-coordinate representation of color #F8436C: hue angle of 346.41º 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 #F8436C is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 108 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.03 |
| HSL | 346.41º | 0.93% | 0.62% | - |
| HSV(B) | 346.41º | 0.73% | 0.97% | - |
| XYZ | 43.43 | 25.05 | 16.73 | - |
| YUV | 125.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 108 | 0 | 0.73 | 0.56 | 0.03 | 346.41 | 0.93 | 0.62 |
| Hex | F8 | 43 | 6C | 0 | 49 | 38 | 3 | 15A | 5D | 3E |
| Octal | 370 | 103 | 154 | 0 | 111 | 70 | 3 | 532 | 135 | 76 |
| Binary | 11111000 | 1000011 | 1101100 | 0 | 1001001 | 111000 | 11 | 101011010 | 1011101 | 111110 |
Color Harmonies of #F8436C
Complementary color
Monochromatic Colors of #F8436C
Black with #F8436C
Text Example
Text Example
White with #F8436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8436C; }
p { color: rgb(248,67,108); }
H1.HeaderClassName
{
color: #F8436C;
}
.AnyTagClassName
{
color: #F8436C;
}
</style>
background-color css
<style>
a { background-color: #F8436C; }
a { background-color: rgb(248,67,108); }
div.DivClassName
{
background-color: #F8436C;
}
.BgClassName
{
background-color: #F8436C;
}
</style>
border-color css
<style>
span { border-color: #F8436C; }
span { border-color: rgb(248,67,108); }
td.TdClassName
{
border-color: #F8436C;
}
.TagClassName
{
border-color: #F8436C;
}
</style>