Shades of Radical Red #F81E63
Tints of Radical Red #F81E63
RGB
CMYK
RGB Variations
Color information
#F81E63 (or 0xF81E63) is known color: Radical Red. HEX triplet: F8, 1E and 63. RGB value is (248,30,99). Sum of RGB (Red+Green+Blue) = 248+30+99=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81E63 is #07E19C. Grayscale: #666666. Windows color (decimal): -516509 or 6495992. OLE color: 6495992.
HSL color Cylindrical-coordinate representation of color #F81E63: hue angle of 341.01º 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 #F81E63 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 99 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.03 |
| HSL | 341.01º | 0.94% | 0.55% | - |
| HSV(B) | 341.01º | 0.88% | 0.97% | - |
| XYZ | 41.43 | 21.79 | 13.83 | - |
| YUV | 103.05 | 125.72 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 99 | 0 | 0.88 | 0.60 | 0.03 | 341.01 | 0.94 | 0.55 |
| Hex | F8 | 1E | 63 | 0 | 58 | 3C | 3 | 155 | 5E | 37 |
| Octal | 370 | 36 | 143 | 0 | 130 | 74 | 3 | 525 | 136 | 67 |
| Binary | 11111000 | 11110 | 1100011 | 0 | 1011000 | 111100 | 11 | 101010101 | 1011110 | 110111 |
Color Harmonies of #F81E63
Complementary color
Monochromatic Colors of #F81E63
Black with #F81E63
Text Example
Text Example
White with #F81E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E63; }
p { color: rgb(248,30,99); }
H1.HeaderClassName
{
color: #F81E63;
}
.AnyTagClassName
{
color: #F81E63;
}
</style>
background-color css
<style>
a { background-color: #F81E63; }
a { background-color: rgb(248,30,99); }
div.DivClassName
{
background-color: #F81E63;
}
.BgClassName
{
background-color: #F81E63;
}
</style>
border-color css
<style>
span { border-color: #F81E63; }
span { border-color: rgb(248,30,99); }
td.TdClassName
{
border-color: #F81E63;
}
.TagClassName
{
border-color: #F81E63;
}
</style>