Shades of Radical Red #F8266E
Tints of Radical Red #F8266E
RGB
CMYK
RGB Variations
Color information
#F8266E (or 0xF8266E) is known color: Radical Red. HEX triplet: F8, 26 and 6E. RGB value is (248,38,110). Sum of RGB (Red+Green+Blue) = 248+38+110=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F8266E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8266E is #07D991. Grayscale: #6C6C6C. Windows color (decimal): -514450 or 7218936. OLE color: 7218936.
HSL color Cylindrical-coordinate representation of color #F8266E: hue angle of 339.43º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8266E is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 110 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.03 |
| HSL | 339.43º | 0.94% | 0.56% | - |
| HSV(B) | 339.43º | 0.85% | 0.97% | - |
| XYZ | 42.22 | 22.47 | 16.86 | - |
| YUV | 109 | 128.57 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 110 | 0 | 0.85 | 0.56 | 0.03 | 339.43 | 0.94 | 0.56 |
| Hex | F8 | 26 | 6E | 0 | 55 | 38 | 3 | 153 | 5E | 38 |
| Octal | 370 | 46 | 156 | 0 | 125 | 70 | 3 | 523 | 136 | 70 |
| Binary | 11111000 | 100110 | 1101110 | 0 | 1010101 | 111000 | 11 | 101010011 | 1011110 | 111000 |
Color Harmonies of #F8266E
Complementary color
Monochromatic Colors of #F8266E
Black with #F8266E
Text Example
Text Example
White with #F8266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8266E; }
p { color: rgb(248,38,110); }
H1.HeaderClassName
{
color: #F8266E;
}
.AnyTagClassName
{
color: #F8266E;
}
</style>
background-color css
<style>
a { background-color: #F8266E; }
a { background-color: rgb(248,38,110); }
div.DivClassName
{
background-color: #F8266E;
}
.BgClassName
{
background-color: #F8266E;
}
</style>
border-color css
<style>
span { border-color: #F8266E; }
span { border-color: rgb(248,38,110); }
td.TdClassName
{
border-color: #F8266E;
}
.TagClassName
{
border-color: #F8266E;
}
</style>