Shades of Radical Red #F5466C
Tints of Radical Red #F5466C
RGB
CMYK
RGB Variations
Color information
#F5466C (or 0xF5466C) is known color: Radical Red. HEX triplet: F5, 46 and 6C. RGB value is (245,70,108). Sum of RGB (Red+Green+Blue) = 245+70+108=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5466C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5466C is #0AB993. Grayscale: #7E7E7E. Windows color (decimal): -702868 or 7096053. OLE color: 7096053.
HSL color Cylindrical-coordinate representation of color #F5466C: hue angle of 346.97º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5466C is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 108 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.04 |
| HSL | 346.97º | 0.9% | 0.62% | - |
| HSV(B) | 346.97º | 0.71% | 0.96% | - |
| XYZ | 42.55 | 24.88 | 16.75 | - |
| YUV | 126.66 | 117.48 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 108 | 0 | 0.71 | 0.56 | 0.04 | 346.97 | 0.9 | 0.62 |
| Hex | F5 | 46 | 6C | 0 | 47 | 38 | 4 | 15B | 5A | 3E |
| Octal | 365 | 106 | 154 | 0 | 107 | 70 | 4 | 533 | 132 | 76 |
| Binary | 11110101 | 1000110 | 1101100 | 0 | 1000111 | 111000 | 100 | 101011011 | 1011010 | 111110 |
Color Harmonies of #F5466C
Complementary color
Monochromatic Colors of #F5466C
Black with #F5466C
Text Example
Text Example
White with #F5466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5466C; }
p { color: rgb(245,70,108); }
H1.HeaderClassName
{
color: #F5466C;
}
.AnyTagClassName
{
color: #F5466C;
}
</style>
background-color css
<style>
a { background-color: #F5466C; }
a { background-color: rgb(245,70,108); }
div.DivClassName
{
background-color: #F5466C;
}
.BgClassName
{
background-color: #F5466C;
}
</style>
border-color css
<style>
span { border-color: #F5466C; }
span { border-color: rgb(245,70,108); }
td.TdClassName
{
border-color: #F5466C;
}
.TagClassName
{
border-color: #F5466C;
}
</style>