Shades of Radical Red #F8266B
Tints of Radical Red #F8266B
RGB
CMYK
RGB Variations
Color information
#F8266B (or 0xF8266B) is known color: Radical Red. HEX triplet: F8, 26 and 6B. RGB value is (248,38,107). Sum of RGB (Red+Green+Blue) = 248+38+107=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8266B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8266B is #07D994. Grayscale: #6C6C6C. Windows color (decimal): -514453 or 7022328. OLE color: 7022328.
HSL color Cylindrical-coordinate representation of color #F8266B: hue angle of 340.29º 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 #F8266B is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 107 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.03 |
| HSL | 340.29º | 0.94% | 0.56% | - |
| HSV(B) | 340.29º | 0.85% | 0.97% | - |
| XYZ | 42.06 | 22.4 | 16.02 | - |
| YUV | 108.66 | 127.07 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 107 | 0 | 0.85 | 0.57 | 0.03 | 340.29 | 0.94 | 0.56 |
| Hex | F8 | 26 | 6B | 0 | 55 | 39 | 3 | 154 | 5E | 38 |
| Octal | 370 | 46 | 153 | 0 | 125 | 71 | 3 | 524 | 136 | 70 |
| Binary | 11111000 | 100110 | 1101011 | 0 | 1010101 | 111001 | 11 | 101010100 | 1011110 | 111000 |
Color Harmonies of #F8266B
Complementary color
Monochromatic Colors of #F8266B
Black with #F8266B
Text Example
Text Example
White with #F8266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8266B; }
p { color: rgb(248,38,107); }
H1.HeaderClassName
{
color: #F8266B;
}
.AnyTagClassName
{
color: #F8266B;
}
</style>
background-color css
<style>
a { background-color: #F8266B; }
a { background-color: rgb(248,38,107); }
div.DivClassName
{
background-color: #F8266B;
}
.BgClassName
{
background-color: #F8266B;
}
</style>
border-color css
<style>
span { border-color: #F8266B; }
span { border-color: rgb(248,38,107); }
td.TdClassName
{
border-color: #F8266B;
}
.TagClassName
{
border-color: #F8266B;
}
</style>