Shades of Radical Red #F54A67
Tints of Radical Red #F54A67
RGB
CMYK
RGB Variations
Color information
#F54A67 (or 0xF54A67) is known color: Radical Red. HEX triplet: F5, 4A and 67. RGB value is (245,74,103). Sum of RGB (Red+Green+Blue) = 245+74+103=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54A67 is #0AB598. Grayscale: #808080. Windows color (decimal): -701849 or 6769397. OLE color: 6769397.
HSL color Cylindrical-coordinate representation of color #F54A67: hue angle of 349.82º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54A67 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 103 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.04 |
| HSL | 349.82º | 0.9% | 0.63% | - |
| HSV(B) | 349.82º | 0.7% | 0.96% | - |
| XYZ | 42.55 | 25.29 | 15.47 | - |
| YUV | 128.44 | 113.65 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 103 | 0 | 0.70 | 0.58 | 0.04 | 349.82 | 0.9 | 0.63 |
| Hex | F5 | 4A | 67 | 0 | 46 | 3A | 4 | 15E | 5A | 3F |
| Octal | 365 | 112 | 147 | 0 | 106 | 72 | 4 | 536 | 132 | 77 |
| Binary | 11110101 | 1001010 | 1100111 | 0 | 1000110 | 111010 | 100 | 101011110 | 1011010 | 111111 |
Color Harmonies of #F54A67
Complementary color
Monochromatic Colors of #F54A67
Black with #F54A67
Text Example
Text Example
White with #F54A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54A67; }
p { color: rgb(245,74,103); }
H1.HeaderClassName
{
color: #F54A67;
}
.AnyTagClassName
{
color: #F54A67;
}
</style>
background-color css
<style>
a { background-color: #F54A67; }
a { background-color: rgb(245,74,103); }
div.DivClassName
{
background-color: #F54A67;
}
.BgClassName
{
background-color: #F54A67;
}
</style>
border-color css
<style>
span { border-color: #F54A67; }
span { border-color: rgb(245,74,103); }
td.TdClassName
{
border-color: #F54A67;
}
.TagClassName
{
border-color: #F54A67;
}
</style>