Shades of Radical Red #F8256C
Tints of Radical Red #F8256C
RGB
CMYK
RGB Variations
Color information
#F8256C (or 0xF8256C) is known color: Radical Red. HEX triplet: F8, 25 and 6C. RGB value is (248,37,108). Sum of RGB (Red+Green+Blue) = 248+37+108=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F8256C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8256C is #07DA93. Grayscale: #6C6C6C. Windows color (decimal): -514708 or 7087608. OLE color: 7087608.
HSL color Cylindrical-coordinate representation of color #F8256C: hue angle of 339.81º 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 #F8256C is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 108 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.03 |
| HSL | 339.81º | 0.94% | 0.56% | - |
| HSV(B) | 339.81º | 0.85% | 0.97% | - |
| XYZ | 42.08 | 22.36 | 16.29 | - |
| YUV | 108.18 | 127.9 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 108 | 0 | 0.85 | 0.56 | 0.03 | 339.81 | 0.94 | 0.56 |
| Hex | F8 | 25 | 6C | 0 | 55 | 38 | 3 | 154 | 5E | 38 |
| Octal | 370 | 45 | 154 | 0 | 125 | 70 | 3 | 524 | 136 | 70 |
| Binary | 11111000 | 100101 | 1101100 | 0 | 1010101 | 111000 | 11 | 101010100 | 1011110 | 111000 |
Color Harmonies of #F8256C
Complementary color
Monochromatic Colors of #F8256C
Black with #F8256C
Text Example
Text Example
White with #F8256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8256C; }
p { color: rgb(248,37,108); }
H1.HeaderClassName
{
color: #F8256C;
}
.AnyTagClassName
{
color: #F8256C;
}
</style>
background-color css
<style>
a { background-color: #F8256C; }
a { background-color: rgb(248,37,108); }
div.DivClassName
{
background-color: #F8256C;
}
.BgClassName
{
background-color: #F8256C;
}
</style>
border-color css
<style>
span { border-color: #F8256C; }
span { border-color: rgb(248,37,108); }
td.TdClassName
{
border-color: #F8256C;
}
.TagClassName
{
border-color: #F8256C;
}
</style>