Shades of Radical Red #F8266F
Tints of Radical Red #F8266F
RGB
CMYK
RGB Variations
Color information
#F8266F (or 0xF8266F) is known color: Radical Red. HEX triplet: F8, 26 and 6F. RGB value is (248,38,111). Sum of RGB (Red+Green+Blue) = 248+38+111=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F8266F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8266F is #07D990. Grayscale: #6D6D6D. Windows color (decimal): -514449 or 7284472. OLE color: 7284472.
HSL color Cylindrical-coordinate representation of color #F8266F: hue angle of 339.14º 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 #F8266F is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 111 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.03 |
| HSL | 339.14º | 0.94% | 0.56% | - |
| HSV(B) | 339.14º | 0.85% | 0.97% | - |
| XYZ | 42.27 | 22.49 | 17.15 | - |
| YUV | 109.11 | 129.07 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 111 | 0 | 0.85 | 0.55 | 0.03 | 339.14 | 0.94 | 0.56 |
| Hex | F8 | 26 | 6F | 0 | 55 | 37 | 3 | 153 | 5E | 38 |
| Octal | 370 | 46 | 157 | 0 | 125 | 67 | 3 | 523 | 136 | 70 |
| Binary | 11111000 | 100110 | 1101111 | 0 | 1010101 | 110111 | 11 | 101010011 | 1011110 | 111000 |
Color Harmonies of #F8266F
Complementary color
Monochromatic Colors of #F8266F
Black with #F8266F
Text Example
Text Example
White with #F8266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8266F; }
p { color: rgb(248,38,111); }
H1.HeaderClassName
{
color: #F8266F;
}
.AnyTagClassName
{
color: #F8266F;
}
</style>
background-color css
<style>
a { background-color: #F8266F; }
a { background-color: rgb(248,38,111); }
div.DivClassName
{
background-color: #F8266F;
}
.BgClassName
{
background-color: #F8266F;
}
</style>
border-color css
<style>
span { border-color: #F8266F; }
span { border-color: rgb(248,38,111); }
td.TdClassName
{
border-color: #F8266F;
}
.TagClassName
{
border-color: #F8266F;
}
</style>