Shades of Radical Red #F52667
Tints of Radical Red #F52667
RGB
CMYK
RGB Variations
Color information
#F52667 (or 0xF52667) is known color: Radical Red. HEX triplet: F5, 26 and 67. RGB value is (245,38,103). Sum of RGB (Red+Green+Blue) = 245+38+103=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F52667 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52667 is #0AD998. Grayscale: #6B6B6B. Windows color (decimal): -711065 or 6760181. OLE color: 6760181.
HSL color Cylindrical-coordinate representation of color #F52667: hue angle of 341.16º 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 #F52667 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 103 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.04 |
| HSL | 341.16º | 0.91% | 0.55% | - |
| HSV(B) | 341.16º | 0.84% | 0.96% | - |
| XYZ | 40.8 | 21.78 | 14.89 | - |
| YUV | 107.3 | 125.58 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 103 | 0 | 0.84 | 0.58 | 0.04 | 341.16 | 0.91 | 0.55 |
| Hex | F5 | 26 | 67 | 0 | 54 | 3A | 4 | 155 | 5B | 37 |
| Octal | 365 | 46 | 147 | 0 | 124 | 72 | 4 | 525 | 133 | 67 |
| Binary | 11110101 | 100110 | 1100111 | 0 | 1010100 | 111010 | 100 | 101010101 | 1011011 | 110111 |
Color Harmonies of #F52667
Complementary color
Monochromatic Colors of #F52667
Black with #F52667
Text Example
Text Example
White with #F52667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52667; }
p { color: rgb(245,38,103); }
H1.HeaderClassName
{
color: #F52667;
}
.AnyTagClassName
{
color: #F52667;
}
</style>
background-color css
<style>
a { background-color: #F52667; }
a { background-color: rgb(245,38,103); }
div.DivClassName
{
background-color: #F52667;
}
.BgClassName
{
background-color: #F52667;
}
</style>
border-color css
<style>
span { border-color: #F52667; }
span { border-color: rgb(245,38,103); }
td.TdClassName
{
border-color: #F52667;
}
.TagClassName
{
border-color: #F52667;
}
</style>