Shades of Radical Red #F81F5E
Tints of Radical Red #F81F5E
RGB
CMYK
RGB Variations
Color information
#F81F5E (or 0xF81F5E) is known color: Radical Red. HEX triplet: F8, 1F and 5E. RGB value is (248,31,94). Sum of RGB (Red+Green+Blue) = 248+31+94=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81F5E is #07E0A1. Grayscale: #676767. Windows color (decimal): -516258 or 6168568. OLE color: 6168568.
HSL color Cylindrical-coordinate representation of color #F81F5E: hue angle of 342.58º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81F5E is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 94 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.03 |
| HSL | 342.58º | 0.94% | 0.55% | - |
| HSV(B) | 342.58º | 0.88% | 0.97% | - |
| XYZ | 41.22 | 21.74 | 12.61 | - |
| YUV | 103.07 | 122.89 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 94 | 0 | 0.88 | 0.62 | 0.03 | 342.58 | 0.94 | 0.55 |
| Hex | F8 | 1F | 5E | 0 | 58 | 3E | 3 | 157 | 5E | 37 |
| Octal | 370 | 37 | 136 | 0 | 130 | 76 | 3 | 527 | 136 | 67 |
| Binary | 11111000 | 11111 | 1011110 | 0 | 1011000 | 111110 | 11 | 101010111 | 1011110 | 110111 |
Color Harmonies of #F81F5E
Complementary color
Monochromatic Colors of #F81F5E
Black with #F81F5E
Text Example
Text Example
White with #F81F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81F5E; }
p { color: rgb(248,31,94); }
H1.HeaderClassName
{
color: #F81F5E;
}
.AnyTagClassName
{
color: #F81F5E;
}
</style>
background-color css
<style>
a { background-color: #F81F5E; }
a { background-color: rgb(248,31,94); }
div.DivClassName
{
background-color: #F81F5E;
}
.BgClassName
{
background-color: #F81F5E;
}
</style>
border-color css
<style>
span { border-color: #F81F5E; }
span { border-color: rgb(248,31,94); }
td.TdClassName
{
border-color: #F81F5E;
}
.TagClassName
{
border-color: #F81F5E;
}
</style>