Shades of Radical Red #F8255C
Tints of Radical Red #F8255C
RGB
CMYK
RGB Variations
Color information
#F8255C (or 0xF8255C) is known color: Radical Red. HEX triplet: F8, 25 and 5C. RGB value is (248,37,92). Sum of RGB (Red+Green+Blue) = 248+37+92=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8255C is #07DAA3. Grayscale: #6A6A6A. Windows color (decimal): -514724 or 6039032. OLE color: 6039032.
HSL color Cylindrical-coordinate representation of color #F8255C: hue angle of 344.36º 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 #F8255C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 92 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.03 |
| HSL | 344.36º | 0.94% | 0.56% | - |
| HSV(B) | 344.36º | 0.85% | 0.97% | - |
| XYZ | 41.3 | 22.05 | 12.2 | - |
| YUV | 106.36 | 119.9 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 92 | 0 | 0.85 | 0.63 | 0.03 | 344.36 | 0.94 | 0.56 |
| Hex | F8 | 25 | 5C | 0 | 55 | 3F | 3 | 158 | 5E | 38 |
| Octal | 370 | 45 | 134 | 0 | 125 | 77 | 3 | 530 | 136 | 70 |
| Binary | 11111000 | 100101 | 1011100 | 0 | 1010101 | 111111 | 11 | 101011000 | 1011110 | 111000 |
Color Harmonies of #F8255C
Complementary color
Monochromatic Colors of #F8255C
Black with #F8255C
Text Example
Text Example
White with #F8255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8255C; }
p { color: rgb(248,37,92); }
H1.HeaderClassName
{
color: #F8255C;
}
.AnyTagClassName
{
color: #F8255C;
}
</style>
background-color css
<style>
a { background-color: #F8255C; }
a { background-color: rgb(248,37,92); }
div.DivClassName
{
background-color: #F8255C;
}
.BgClassName
{
background-color: #F8255C;
}
</style>
border-color css
<style>
span { border-color: #F8255C; }
span { border-color: rgb(248,37,92); }
td.TdClassName
{
border-color: #F8255C;
}
.TagClassName
{
border-color: #F8255C;
}
</style>