Shades of Radical Red #F5265D
Tints of Radical Red #F5265D
RGB
CMYK
RGB Variations
Color information
#F5265D (or 0xF5265D) is known color: Radical Red. HEX triplet: F5, 26 and 5D. RGB value is (245,38,93). Sum of RGB (Red+Green+Blue) = 245+38+93=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5265D is #0AD9A2. Grayscale: #6A6A6A. Windows color (decimal): -711075 or 6104821. OLE color: 6104821.
HSL color Cylindrical-coordinate representation of color #F5265D: hue angle of 344.06º 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 #F5265D is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 93 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.04 |
| HSL | 344.06º | 0.91% | 0.55% | - |
| HSV(B) | 344.06º | 0.84% | 0.96% | - |
| XYZ | 40.33 | 21.59 | 12.4 | - |
| YUV | 106.16 | 120.58 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 93 | 0 | 0.84 | 0.62 | 0.04 | 344.06 | 0.91 | 0.55 |
| Hex | F5 | 26 | 5D | 0 | 54 | 3E | 4 | 158 | 5B | 37 |
| Octal | 365 | 46 | 135 | 0 | 124 | 76 | 4 | 530 | 133 | 67 |
| Binary | 11110101 | 100110 | 1011101 | 0 | 1010100 | 111110 | 100 | 101011000 | 1011011 | 110111 |
Color Harmonies of #F5265D
Complementary color
Monochromatic Colors of #F5265D
Black with #F5265D
Text Example
Text Example
White with #F5265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5265D; }
p { color: rgb(245,38,93); }
H1.HeaderClassName
{
color: #F5265D;
}
.AnyTagClassName
{
color: #F5265D;
}
</style>
background-color css
<style>
a { background-color: #F5265D; }
a { background-color: rgb(245,38,93); }
div.DivClassName
{
background-color: #F5265D;
}
.BgClassName
{
background-color: #F5265D;
}
</style>
border-color css
<style>
span { border-color: #F5265D; }
span { border-color: rgb(245,38,93); }
td.TdClassName
{
border-color: #F5265D;
}
.TagClassName
{
border-color: #F5265D;
}
</style>