Shades of Radical Red #F8255D
Tints of Radical Red #F8255D
RGB
CMYK
RGB Variations
Color information
#F8255D (or 0xF8255D) is known color: Radical Red. HEX triplet: F8, 25 and 5D. RGB value is (248,37,93). Sum of RGB (Red+Green+Blue) = 248+37+93=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8255D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8255D is #07DAA2. Grayscale: #6A6A6A. Windows color (decimal): -514723 or 6104568. OLE color: 6104568.
HSL color Cylindrical-coordinate representation of color #F8255D: hue angle of 344.08º 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 #F8255D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 93 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.03 |
| HSL | 344.08º | 0.94% | 0.56% | - |
| HSV(B) | 344.08º | 0.85% | 0.97% | - |
| XYZ | 41.35 | 22.07 | 12.44 | - |
| YUV | 106.47 | 120.4 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 93 | 0 | 0.85 | 0.62 | 0.03 | 344.08 | 0.94 | 0.56 |
| Hex | F8 | 25 | 5D | 0 | 55 | 3E | 3 | 158 | 5E | 38 |
| Octal | 370 | 45 | 135 | 0 | 125 | 76 | 3 | 530 | 136 | 70 |
| Binary | 11111000 | 100101 | 1011101 | 0 | 1010101 | 111110 | 11 | 101011000 | 1011110 | 111000 |
Color Harmonies of #F8255D
Complementary color
Monochromatic Colors of #F8255D
Black with #F8255D
Text Example
Text Example
White with #F8255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8255D; }
p { color: rgb(248,37,93); }
H1.HeaderClassName
{
color: #F8255D;
}
.AnyTagClassName
{
color: #F8255D;
}
</style>
background-color css
<style>
a { background-color: #F8255D; }
a { background-color: rgb(248,37,93); }
div.DivClassName
{
background-color: #F8255D;
}
.BgClassName
{
background-color: #F8255D;
}
</style>
border-color css
<style>
span { border-color: #F8255D; }
span { border-color: rgb(248,37,93); }
td.TdClassName
{
border-color: #F8255D;
}
.TagClassName
{
border-color: #F8255D;
}
</style>