Shades of Radical Red #F64254
Tints of Radical Red #F64254
RGB
CMYK
RGB Variations
Color information
#F64254 (or 0xF64254) is known color: Radical Red. HEX triplet: F6, 42 and 54. RGB value is (246,66,84). Sum of RGB (Red+Green+Blue) = 246+66+84=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F64254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64254 is #09BDAB. Grayscale: #797979. Windows color (decimal): -638380 or 5522166. OLE color: 5522166.
HSL color Cylindrical-coordinate representation of color #F64254: hue angle of 354º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F64254 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 84 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.04 |
| HSL | 354º | 0.91% | 0.61% | - |
| HSV(B) | 354º | 0.73% | 0.96% | - |
| XYZ | 41.55 | 24.13 | 10.85 | - |
| YUV | 121.87 | 106.63 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 84 | 0 | 0.73 | 0.66 | 0.04 | 354 | 0.91 | 0.61 |
| Hex | F6 | 42 | 54 | 0 | 49 | 42 | 4 | 162 | 5B | 3D |
| Octal | 366 | 102 | 124 | 0 | 111 | 102 | 4 | 542 | 133 | 75 |
| Binary | 11110110 | 1000010 | 1010100 | 0 | 1001001 | 1000010 | 100 | 101100010 | 1011011 | 111101 |
Color Harmonies of #F64254
Complementary color
Monochromatic Colors of #F64254
Black with #F64254
Text Example
Text Example
White with #F64254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64254; }
p { color: rgb(246,66,84); }
H1.HeaderClassName
{
color: #F64254;
}
.AnyTagClassName
{
color: #F64254;
}
</style>
background-color css
<style>
a { background-color: #F64254; }
a { background-color: rgb(246,66,84); }
div.DivClassName
{
background-color: #F64254;
}
.BgClassName
{
background-color: #F64254;
}
</style>
border-color css
<style>
span { border-color: #F64254; }
span { border-color: rgb(246,66,84); }
td.TdClassName
{
border-color: #F64254;
}
.TagClassName
{
border-color: #F64254;
}
</style>