Shades of Radical Red #F94753
Tints of Radical Red #F94753
RGB
CMYK
RGB Variations
Color information
#F94753 (or 0xF94753) is known color: Radical Red. HEX triplet: F9, 47 and 53. RGB value is (249,71,83). Sum of RGB (Red+Green+Blue) = 249+71+83=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F94753 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94753 is #06B8AC. Grayscale: #7D7D7D. Windows color (decimal): -440493 or 5457913. OLE color: 5457913.
HSL color Cylindrical-coordinate representation of color #F94753: hue angle of 355.96º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F94753 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 83 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.02 |
| HSL | 355.96º | 0.94% | 0.63% | - |
| HSV(B) | 355.96º | 0.71% | 0.98% | - |
| XYZ | 42.88 | 25.27 | 10.8 | - |
| YUV | 125.59 | 103.97 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 83 | 0 | 0.71 | 0.67 | 0.02 | 355.96 | 0.94 | 0.63 |
| Hex | F9 | 47 | 53 | 0 | 47 | 43 | 2 | 164 | 5E | 3F |
| Octal | 371 | 107 | 123 | 0 | 107 | 103 | 2 | 544 | 136 | 77 |
| Binary | 11111001 | 1000111 | 1010011 | 0 | 1000111 | 1000011 | 10 | 101100100 | 1011110 | 111111 |
Color Harmonies of #F94753
Complementary color
Monochromatic Colors of #F94753
Black with #F94753
Text Example
Text Example
White with #F94753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94753; }
p { color: rgb(249,71,83); }
H1.HeaderClassName
{
color: #F94753;
}
.AnyTagClassName
{
color: #F94753;
}
</style>
background-color css
<style>
a { background-color: #F94753; }
a { background-color: rgb(249,71,83); }
div.DivClassName
{
background-color: #F94753;
}
.BgClassName
{
background-color: #F94753;
}
</style>
border-color css
<style>
span { border-color: #F94753; }
span { border-color: rgb(249,71,83); }
td.TdClassName
{
border-color: #F94753;
}
.TagClassName
{
border-color: #F94753;
}
</style>