Shades of Radical Red #F81E5A
Tints of Radical Red #F81E5A
RGB
CMYK
RGB Variations
Color information
#F81E5A (or 0xF81E5A) is known color: Radical Red. HEX triplet: F8, 1E and 5A. RGB value is (248,30,90). Sum of RGB (Red+Green+Blue) = 248+30+90=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81E5A is #07E1A5. Grayscale: #666666. Windows color (decimal): -516518 or 5906168. OLE color: 5906168.
HSL color Cylindrical-coordinate representation of color #F81E5A: hue angle of 343.49º 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 #F81E5A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 90 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.03 |
| HSL | 343.49º | 0.94% | 0.55% | - |
| HSV(B) | 343.49º | 0.88% | 0.97% | - |
| XYZ | 41.02 | 21.62 | 11.68 | - |
| YUV | 102.02 | 121.22 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 90 | 0 | 0.88 | 0.64 | 0.03 | 343.49 | 0.94 | 0.55 |
| Hex | F8 | 1E | 5A | 0 | 58 | 40 | 3 | 157 | 5E | 37 |
| Octal | 370 | 36 | 132 | 0 | 130 | 100 | 3 | 527 | 136 | 67 |
| Binary | 11111000 | 11110 | 1011010 | 0 | 1011000 | 1000000 | 11 | 101010111 | 1011110 | 110111 |
Color Harmonies of #F81E5A
Complementary color
Monochromatic Colors of #F81E5A
Black with #F81E5A
Text Example
Text Example
White with #F81E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E5A; }
p { color: rgb(248,30,90); }
H1.HeaderClassName
{
color: #F81E5A;
}
.AnyTagClassName
{
color: #F81E5A;
}
</style>
background-color css
<style>
a { background-color: #F81E5A; }
a { background-color: rgb(248,30,90); }
div.DivClassName
{
background-color: #F81E5A;
}
.BgClassName
{
background-color: #F81E5A;
}
</style>
border-color css
<style>
span { border-color: #F81E5A; }
span { border-color: rgb(248,30,90); }
td.TdClassName
{
border-color: #F81E5A;
}
.TagClassName
{
border-color: #F81E5A;
}
</style>