Shades of Radical Red #F5485C
Tints of Radical Red #F5485C
RGB
CMYK
RGB Variations
Color information
#F5485C (or 0xF5485C) is known color: Radical Red. HEX triplet: F5, 48 and 5C. RGB value is (245,72,92). Sum of RGB (Red+Green+Blue) = 245+72+92=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F5485C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5485C is #0AB7A3. Grayscale: #7E7E7E. Windows color (decimal): -702372 or 6047989. OLE color: 6047989.
HSL color Cylindrical-coordinate representation of color #F5485C: hue angle of 353.06º 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 #F5485C is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 92 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.04 |
| HSL | 353.06º | 0.9% | 0.62% | - |
| HSV(B) | 353.06º | 0.71% | 0.96% | - |
| XYZ | 41.91 | 24.82 | 12.71 | - |
| YUV | 126.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 92 | 0 | 0.71 | 0.62 | 0.04 | 353.06 | 0.9 | 0.62 |
| Hex | F5 | 48 | 5C | 0 | 47 | 3E | 4 | 161 | 5A | 3E |
| Octal | 365 | 110 | 134 | 0 | 107 | 76 | 4 | 541 | 132 | 76 |
| Binary | 11110101 | 1001000 | 1011100 | 0 | 1000111 | 111110 | 100 | 101100001 | 1011010 | 111110 |
Color Harmonies of #F5485C
Complementary color
Monochromatic Colors of #F5485C
Black with #F5485C
Text Example
Text Example
White with #F5485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5485C; }
p { color: rgb(245,72,92); }
H1.HeaderClassName
{
color: #F5485C;
}
.AnyTagClassName
{
color: #F5485C;
}
</style>
background-color css
<style>
a { background-color: #F5485C; }
a { background-color: rgb(245,72,92); }
div.DivClassName
{
background-color: #F5485C;
}
.BgClassName
{
background-color: #F5485C;
}
</style>
border-color css
<style>
span { border-color: #F5485C; }
span { border-color: rgb(245,72,92); }
td.TdClassName
{
border-color: #F5485C;
}
.TagClassName
{
border-color: #F5485C;
}
</style>