Shades of Radical Red #F8256F
Tints of Radical Red #F8256F
RGB
CMYK
RGB Variations
Color information
#F8256F (or 0xF8256F) is known color: Radical Red. HEX triplet: F8, 25 and 6F. RGB value is (248,37,111). Sum of RGB (Red+Green+Blue) = 248+37+111=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F8256F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8256F is #07DA90. Grayscale: #6C6C6C. Windows color (decimal): -514705 or 7284216. OLE color: 7284216.
HSL color Cylindrical-coordinate representation of color #F8256F: hue angle of 338.96º 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 #F8256F is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 111 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.03 |
| HSL | 338.96º | 0.94% | 0.56% | - |
| HSV(B) | 338.96º | 0.85% | 0.97% | - |
| XYZ | 42.24 | 22.43 | 17.14 | - |
| YUV | 108.53 | 129.4 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 111 | 0 | 0.85 | 0.55 | 0.03 | 338.96 | 0.94 | 0.56 |
| Hex | F8 | 25 | 6F | 0 | 55 | 37 | 3 | 153 | 5E | 38 |
| Octal | 370 | 45 | 157 | 0 | 125 | 67 | 3 | 523 | 136 | 70 |
| Binary | 11111000 | 100101 | 1101111 | 0 | 1010101 | 110111 | 11 | 101010011 | 1011110 | 111000 |
Color Harmonies of #F8256F
Complementary color
Monochromatic Colors of #F8256F
Black with #F8256F
Text Example
Text Example
White with #F8256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8256F; }
p { color: rgb(248,37,111); }
H1.HeaderClassName
{
color: #F8256F;
}
.AnyTagClassName
{
color: #F8256F;
}
</style>
background-color css
<style>
a { background-color: #F8256F; }
a { background-color: rgb(248,37,111); }
div.DivClassName
{
background-color: #F8256F;
}
.BgClassName
{
background-color: #F8256F;
}
</style>
border-color css
<style>
span { border-color: #F8256F; }
span { border-color: rgb(248,37,111); }
td.TdClassName
{
border-color: #F8256F;
}
.TagClassName
{
border-color: #F8256F;
}
</style>