Shades of Radical Red #F5416F
Tints of Radical Red #F5416F
RGB
CMYK
RGB Variations
Color information
#F5416F (or 0xF5416F) is known color: Radical Red. HEX triplet: F5, 41 and 6F. RGB value is (245,65,111). Sum of RGB (Red+Green+Blue) = 245+65+111=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5416F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5416F is #0ABE90. Grayscale: #7C7C7C. Windows color (decimal): -704145 or 7291381. OLE color: 7291381.
HSL color Cylindrical-coordinate representation of color #F5416F: hue angle of 344.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5416F is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 111 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.04 |
| HSL | 344.67º | 0.9% | 0.61% | - |
| HSV(B) | 344.67º | 0.73% | 0.96% | - |
| XYZ | 42.42 | 24.34 | 17.5 | - |
| YUV | 124.06 | 120.63 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 111 | 0 | 0.73 | 0.55 | 0.04 | 344.67 | 0.9 | 0.61 |
| Hex | F5 | 41 | 6F | 0 | 49 | 37 | 4 | 159 | 5A | 3D |
| Octal | 365 | 101 | 157 | 0 | 111 | 67 | 4 | 531 | 132 | 75 |
| Binary | 11110101 | 1000001 | 1101111 | 0 | 1001001 | 110111 | 100 | 101011001 | 1011010 | 111101 |
Color Harmonies of #F5416F
Complementary color
Monochromatic Colors of #F5416F
Black with #F5416F
Text Example
Text Example
White with #F5416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5416F; }
p { color: rgb(245,65,111); }
H1.HeaderClassName
{
color: #F5416F;
}
.AnyTagClassName
{
color: #F5416F;
}
</style>
background-color css
<style>
a { background-color: #F5416F; }
a { background-color: rgb(245,65,111); }
div.DivClassName
{
background-color: #F5416F;
}
.BgClassName
{
background-color: #F5416F;
}
</style>
border-color css
<style>
span { border-color: #F5416F; }
span { border-color: rgb(245,65,111); }
td.TdClassName
{
border-color: #F5416F;
}
.TagClassName
{
border-color: #F5416F;
}
</style>