Shades of Radical Red #F8275B
Tints of Radical Red #F8275B
RGB
CMYK
RGB Variations
Color information
#F8275B (or 0xF8275B) is known color: Radical Red. HEX triplet: F8, 27 and 5B. RGB value is (248,39,91). Sum of RGB (Red+Green+Blue) = 248+39+91=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8275B is #07D8A4. Grayscale: #6B6B6B. Windows color (decimal): -514213 or 5974008. OLE color: 5974008.
HSL color Cylindrical-coordinate representation of color #F8275B: hue angle of 345.07º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8275B is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 39 | 91 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.03 |
| HSL | 345.07º | 0.94% | 0.56% | - |
| HSV(B) | 345.07º | 0.84% | 0.97% | - |
| XYZ | 41.33 | 22.16 | 12 | - |
| YUV | 107.42 | 118.74 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 39 | 91 | 0 | 0.84 | 0.63 | 0.03 | 345.07 | 0.94 | 0.56 |
| Hex | F8 | 27 | 5B | 0 | 54 | 3F | 3 | 159 | 5E | 38 |
| Octal | 370 | 47 | 133 | 0 | 124 | 77 | 3 | 531 | 136 | 70 |
| Binary | 11111000 | 100111 | 1011011 | 0 | 1010100 | 111111 | 11 | 101011001 | 1011110 | 111000 |
Color Harmonies of #F8275B
Complementary color
Monochromatic Colors of #F8275B
Black with #F8275B
Text Example
Text Example
White with #F8275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8275B; }
p { color: rgb(248,39,91); }
H1.HeaderClassName
{
color: #F8275B;
}
.AnyTagClassName
{
color: #F8275B;
}
</style>
background-color css
<style>
a { background-color: #F8275B; }
a { background-color: rgb(248,39,91); }
div.DivClassName
{
background-color: #F8275B;
}
.BgClassName
{
background-color: #F8275B;
}
</style>
border-color css
<style>
span { border-color: #F8275B; }
span { border-color: rgb(248,39,91); }
td.TdClassName
{
border-color: #F8275B;
}
.TagClassName
{
border-color: #F8275B;
}
</style>