Shades of Radical Red #F5216C
Tints of Radical Red #F5216C
RGB
CMYK
RGB Variations
Color information
#F5216C (or 0xF5216C) is known color: Radical Red. HEX triplet: F5, 21 and 6C. RGB value is (245,33,108). Sum of RGB (Red+Green+Blue) = 245+33+108=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5216C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5216C is #0ADE93. Grayscale: #686868. Windows color (decimal): -712340 or 7086581. OLE color: 7086581.
HSL color Cylindrical-coordinate representation of color #F5216C: hue angle of 338.77º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5216C is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 33 | 108 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.04 |
| HSL | 338.77º | 0.91% | 0.55% | - |
| HSV(B) | 338.77º | 0.87% | 0.96% | - |
| XYZ | 40.91 | 21.58 | 16.2 | - |
| YUV | 104.94 | 129.74 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 33 | 108 | 0 | 0.87 | 0.56 | 0.04 | 338.77 | 0.91 | 0.55 |
| Hex | F5 | 21 | 6C | 0 | 57 | 38 | 4 | 153 | 5B | 37 |
| Octal | 365 | 41 | 154 | 0 | 127 | 70 | 4 | 523 | 133 | 67 |
| Binary | 11110101 | 100001 | 1101100 | 0 | 1010111 | 111000 | 100 | 101010011 | 1011011 | 110111 |
Color Harmonies of #F5216C
Complementary color
Monochromatic Colors of #F5216C
Black with #F5216C
Text Example
Text Example
White with #F5216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5216C; }
p { color: rgb(245,33,108); }
H1.HeaderClassName
{
color: #F5216C;
}
.AnyTagClassName
{
color: #F5216C;
}
</style>
background-color css
<style>
a { background-color: #F5216C; }
a { background-color: rgb(245,33,108); }
div.DivClassName
{
background-color: #F5216C;
}
.BgClassName
{
background-color: #F5216C;
}
</style>
border-color css
<style>
span { border-color: #F5216C; }
span { border-color: rgb(245,33,108); }
td.TdClassName
{
border-color: #F5216C;
}
.TagClassName
{
border-color: #F5216C;
}
</style>