Shades of Radical Red #F5266A
Tints of Radical Red #F5266A
RGB
CMYK
RGB Variations
Color information
#F5266A (or 0xF5266A) is known color: Radical Red. HEX triplet: F5, 26 and 6A. RGB value is (245,38,106). Sum of RGB (Red+Green+Blue) = 245+38+106=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F5266A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5266A is #0AD995. Grayscale: #6B6B6B. Windows color (decimal): -711062 or 6956789. OLE color: 6956789.
HSL color Cylindrical-coordinate representation of color #F5266A: hue angle of 340.29º 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 #F5266A is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 106 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.04 |
| HSL | 340.29º | 0.91% | 0.55% | - |
| HSV(B) | 340.29º | 0.84% | 0.96% | - |
| XYZ | 40.95 | 21.84 | 15.69 | - |
| YUV | 107.65 | 127.08 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 106 | 0 | 0.84 | 0.57 | 0.04 | 340.29 | 0.91 | 0.55 |
| Hex | F5 | 26 | 6A | 0 | 54 | 39 | 4 | 154 | 5B | 37 |
| Octal | 365 | 46 | 152 | 0 | 124 | 71 | 4 | 524 | 133 | 67 |
| Binary | 11110101 | 100110 | 1101010 | 0 | 1010100 | 111001 | 100 | 101010100 | 1011011 | 110111 |
Color Harmonies of #F5266A
Complementary color
Monochromatic Colors of #F5266A
Black with #F5266A
Text Example
Text Example
White with #F5266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5266A; }
p { color: rgb(245,38,106); }
H1.HeaderClassName
{
color: #F5266A;
}
.AnyTagClassName
{
color: #F5266A;
}
</style>
background-color css
<style>
a { background-color: #F5266A; }
a { background-color: rgb(245,38,106); }
div.DivClassName
{
background-color: #F5266A;
}
.BgClassName
{
background-color: #F5266A;
}
</style>
border-color css
<style>
span { border-color: #F5266A; }
span { border-color: rgb(245,38,106); }
td.TdClassName
{
border-color: #F5266A;
}
.TagClassName
{
border-color: #F5266A;
}
</style>