Shades of Radical Red #F81D62
Tints of Radical Red #F81D62
RGB
CMYK
RGB Variations
Color information
#F81D62 (or 0xF81D62) is known color: Radical Red. HEX triplet: F8, 1D and 62. RGB value is (248,29,98). Sum of RGB (Red+Green+Blue) = 248+29+98=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81D62 is #07E29D. Grayscale: #666666. Windows color (decimal): -516766 or 6430200. OLE color: 6430200.
HSL color Cylindrical-coordinate representation of color #F81D62: hue angle of 341.1º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81D62 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 98 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.03 |
| HSL | 341.1º | 0.94% | 0.54% | - |
| HSV(B) | 341.1º | 0.88% | 0.97% | - |
| XYZ | 41.36 | 21.72 | 13.57 | - |
| YUV | 102.35 | 125.55 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 98 | 0 | 0.88 | 0.60 | 0.03 | 341.1 | 0.94 | 0.54 |
| Hex | F8 | 1D | 62 | 0 | 58 | 3C | 3 | 155 | 5E | 36 |
| Octal | 370 | 35 | 142 | 0 | 130 | 74 | 3 | 525 | 136 | 66 |
| Binary | 11111000 | 11101 | 1100010 | 0 | 1011000 | 111100 | 11 | 101010101 | 1011110 | 110110 |
Color Harmonies of #F81D62
Complementary color
Monochromatic Colors of #F81D62
Black with #F81D62
Text Example
Text Example
White with #F81D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81D62; }
p { color: rgb(248,29,98); }
H1.HeaderClassName
{
color: #F81D62;
}
.AnyTagClassName
{
color: #F81D62;
}
</style>
background-color css
<style>
a { background-color: #F81D62; }
a { background-color: rgb(248,29,98); }
div.DivClassName
{
background-color: #F81D62;
}
.BgClassName
{
background-color: #F81D62;
}
</style>
border-color css
<style>
span { border-color: #F81D62; }
span { border-color: rgb(248,29,98); }
td.TdClassName
{
border-color: #F81D62;
}
.TagClassName
{
border-color: #F81D62;
}
</style>