Shades of Radical Red #F8436F
Tints of Radical Red #F8436F
RGB
CMYK
RGB Variations
Color information
#F8436F (or 0xF8436F) is known color: Radical Red. HEX triplet: F8, 43 and 6F. RGB value is (248,67,111). Sum of RGB (Red+Green+Blue) = 248+67+111=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8436F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8436F is #07BC90. Grayscale: #7E7E7E. Windows color (decimal): -507025 or 7291896. OLE color: 7291896.
HSL color Cylindrical-coordinate representation of color #F8436F: hue angle of 345.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 #F8436F is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 111 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.03 |
| HSL | 345.41º | 0.93% | 0.62% | - |
| HSV(B) | 345.41º | 0.73% | 0.97% | - |
| XYZ | 43.59 | 25.12 | 17.59 | - |
| YUV | 126.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 111 | 0 | 0.73 | 0.55 | 0.03 | 345.41 | 0.93 | 0.62 |
| Hex | F8 | 43 | 6F | 0 | 49 | 37 | 3 | 159 | 5D | 3E |
| Octal | 370 | 103 | 157 | 0 | 111 | 67 | 3 | 531 | 135 | 76 |
| Binary | 11111000 | 1000011 | 1101111 | 0 | 1001001 | 110111 | 11 | 101011001 | 1011101 | 111110 |
Color Harmonies of #F8436F
Complementary color
Monochromatic Colors of #F8436F
Black with #F8436F
Text Example
Text Example
White with #F8436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8436F; }
p { color: rgb(248,67,111); }
H1.HeaderClassName
{
color: #F8436F;
}
.AnyTagClassName
{
color: #F8436F;
}
</style>
background-color css
<style>
a { background-color: #F8436F; }
a { background-color: rgb(248,67,111); }
div.DivClassName
{
background-color: #F8436F;
}
.BgClassName
{
background-color: #F8436F;
}
</style>
border-color css
<style>
span { border-color: #F8436F; }
span { border-color: rgb(248,67,111); }
td.TdClassName
{
border-color: #F8436F;
}
.TagClassName
{
border-color: #F8436F;
}
</style>