Shades of Radical Red #F64954
Tints of Radical Red #F64954
RGB
CMYK
RGB Variations
Color information
#F64954 (or 0xF64954) is known color: Radical Red. HEX triplet: F6, 49 and 54. RGB value is (246,73,84). Sum of RGB (Red+Green+Blue) = 246+73+84=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F64954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64954 is #09B6AB. Grayscale: #7E7E7E. Windows color (decimal): -636588 or 5523958. OLE color: 5523958.
HSL color Cylindrical-coordinate representation of color #F64954: hue angle of 356.18º degrees, saturation: 0.91, 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 #F64954 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 84 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.04 |
| HSL | 356.19º | 0.91% | 0.63% | - |
| HSV(B) | 356.19º | 0.7% | 0.96% | - |
| XYZ | 41.99 | 25 | 11 | - |
| YUV | 125.98 | 104.31 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 84 | 0 | 0.70 | 0.66 | 0.04 | 356.19 | 0.91 | 0.63 |
| Hex | F6 | 49 | 54 | 0 | 46 | 42 | 4 | 164 | 5B | 3F |
| Octal | 366 | 111 | 124 | 0 | 106 | 102 | 4 | 544 | 133 | 77 |
| Binary | 11110110 | 1001001 | 1010100 | 0 | 1000110 | 1000010 | 100 | 101100100 | 1011011 | 111111 |
Color Harmonies of #F64954
Complementary color
Monochromatic Colors of #F64954
Black with #F64954
Text Example
Text Example
White with #F64954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64954; }
p { color: rgb(246,73,84); }
H1.HeaderClassName
{
color: #F64954;
}
.AnyTagClassName
{
color: #F64954;
}
</style>
background-color css
<style>
a { background-color: #F64954; }
a { background-color: rgb(246,73,84); }
div.DivClassName
{
background-color: #F64954;
}
.BgClassName
{
background-color: #F64954;
}
</style>
border-color css
<style>
span { border-color: #F64954; }
span { border-color: rgb(246,73,84); }
td.TdClassName
{
border-color: #F64954;
}
.TagClassName
{
border-color: #F64954;
}
</style>