Shades of Radical Red #F5276C
Tints of Radical Red #F5276C
RGB
CMYK
RGB Variations
Color information
#F5276C (or 0xF5276C) is known color: Radical Red. HEX triplet: F5, 27 and 6C. RGB value is (245,39,108). Sum of RGB (Red+Green+Blue) = 245+39+108=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F5276C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5276C is #0AD893. Grayscale: #6C6C6C. Windows color (decimal): -710804 or 7088117. OLE color: 7088117.
HSL color Cylindrical-coordinate representation of color #F5276C: hue angle of 339.9º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5276C is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 39 | 108 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.04 |
| HSL | 339.9º | 0.91% | 0.56% | - |
| HSV(B) | 339.9º | 0.84% | 0.96% | - |
| XYZ | 41.09 | 21.95 | 16.26 | - |
| YUV | 108.46 | 127.75 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 39 | 108 | 0 | 0.84 | 0.56 | 0.04 | 339.9 | 0.91 | 0.56 |
| Hex | F5 | 27 | 6C | 0 | 54 | 38 | 4 | 154 | 5B | 38 |
| Octal | 365 | 47 | 154 | 0 | 124 | 70 | 4 | 524 | 133 | 70 |
| Binary | 11110101 | 100111 | 1101100 | 0 | 1010100 | 111000 | 100 | 101010100 | 1011011 | 111000 |
Color Harmonies of #F5276C
Complementary color
Monochromatic Colors of #F5276C
Black with #F5276C
Text Example
Text Example
White with #F5276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5276C; }
p { color: rgb(245,39,108); }
H1.HeaderClassName
{
color: #F5276C;
}
.AnyTagClassName
{
color: #F5276C;
}
</style>
background-color css
<style>
a { background-color: #F5276C; }
a { background-color: rgb(245,39,108); }
div.DivClassName
{
background-color: #F5276C;
}
.BgClassName
{
background-color: #F5276C;
}
</style>
border-color css
<style>
span { border-color: #F5276C; }
span { border-color: rgb(245,39,108); }
td.TdClassName
{
border-color: #F5276C;
}
.TagClassName
{
border-color: #F5276C;
}
</style>