Shades of Radical Red #F5266F
Tints of Radical Red #F5266F
RGB
CMYK
RGB Variations
Color information
#F5266F (or 0xF5266F) is known color: Radical Red. HEX triplet: F5, 26 and 6F. RGB value is (245,38,111). Sum of RGB (Red+Green+Blue) = 245+38+111=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F5266F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5266F is #0AD990. Grayscale: #6C6C6C. Windows color (decimal): -711057 or 7284469. OLE color: 7284469.
HSL color Cylindrical-coordinate representation of color #F5266F: hue angle of 338.84º 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 #F5266F is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 111 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.04 |
| HSL | 338.84º | 0.91% | 0.55% | - |
| HSV(B) | 338.84º | 0.84% | 0.96% | - |
| XYZ | 41.22 | 21.95 | 17.1 | - |
| YUV | 108.22 | 129.58 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 111 | 0 | 0.84 | 0.55 | 0.04 | 338.84 | 0.91 | 0.55 |
| Hex | F5 | 26 | 6F | 0 | 54 | 37 | 4 | 153 | 5B | 37 |
| Octal | 365 | 46 | 157 | 0 | 124 | 67 | 4 | 523 | 133 | 67 |
| Binary | 11110101 | 100110 | 1101111 | 0 | 1010100 | 110111 | 100 | 101010011 | 1011011 | 110111 |
Color Harmonies of #F5266F
Complementary color
Monochromatic Colors of #F5266F
Black with #F5266F
Text Example
Text Example
White with #F5266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5266F; }
p { color: rgb(245,38,111); }
H1.HeaderClassName
{
color: #F5266F;
}
.AnyTagClassName
{
color: #F5266F;
}
</style>
background-color css
<style>
a { background-color: #F5266F; }
a { background-color: rgb(245,38,111); }
div.DivClassName
{
background-color: #F5266F;
}
.BgClassName
{
background-color: #F5266F;
}
</style>
border-color css
<style>
span { border-color: #F5266F; }
span { border-color: rgb(245,38,111); }
td.TdClassName
{
border-color: #F5266F;
}
.TagClassName
{
border-color: #F5266F;
}
</style>