Shades of Radical Red #F52662
Tints of Radical Red #F52662
RGB
CMYK
RGB Variations
Color information
#F52662 (or 0xF52662) is known color: Radical Red. HEX triplet: F5, 26 and 62. RGB value is (245,38,98). Sum of RGB (Red+Green+Blue) = 245+38+98=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F52662 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52662 is #0AD99D. Grayscale: #6A6A6A. Windows color (decimal): -711070 or 6432501. OLE color: 6432501.
HSL color Cylindrical-coordinate representation of color #F52662: hue angle of 342.61º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F52662 is Cyan = 0, Magento = 0.84, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 98 | - |
| CMYK | 0 | 0.84 | 0.6 | 0.04 |
| HSL | 342.61º | 0.91% | 0.55% | - |
| HSV(B) | 342.61º | 0.84% | 0.96% | - |
| XYZ | 40.55 | 21.68 | 13.6 | - |
| YUV | 106.73 | 123.08 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 98 | 0 | 0.84 | 0.6 | 0.04 | 342.61 | 0.91 | 0.55 |
| Hex | F5 | 26 | 62 | 0 | 54 | 3C | 4 | 157 | 5B | 37 |
| Octal | 365 | 46 | 142 | 0 | 124 | 74 | 4 | 527 | 133 | 67 |
| Binary | 11110101 | 100110 | 1100010 | 0 | 1010100 | 111100 | 100 | 101010111 | 1011011 | 110111 |
Color Harmonies of #F52662
Complementary color
Monochromatic Colors of #F52662
Black with #F52662
Text Example
Text Example
White with #F52662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52662; }
p { color: rgb(245,38,98); }
H1.HeaderClassName
{
color: #F52662;
}
.AnyTagClassName
{
color: #F52662;
}
</style>
background-color css
<style>
a { background-color: #F52662; }
a { background-color: rgb(245,38,98); }
div.DivClassName
{
background-color: #F52662;
}
.BgClassName
{
background-color: #F52662;
}
</style>
border-color css
<style>
span { border-color: #F52662; }
span { border-color: rgb(245,38,98); }
td.TdClassName
{
border-color: #F52662;
}
.TagClassName
{
border-color: #F52662;
}
</style>