Shades of Radical Red #F64555
Tints of Radical Red #F64555
RGB
CMYK
RGB Variations
Color information
#F64555 (or 0xF64555) is known color: Radical Red. HEX triplet: F6, 45 and 55. RGB value is (246,69,85). Sum of RGB (Red+Green+Blue) = 246+69+85=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F64555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64555 is #09BAAA. Grayscale: #7B7B7B. Windows color (decimal): -637611 or 5588470. OLE color: 5588470.
HSL color Cylindrical-coordinate representation of color #F64555: hue angle of 354.58º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F64555 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 85 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.04 |
| HSL | 354.58º | 0.91% | 0.62% | - |
| HSV(B) | 354.58º | 0.72% | 0.96% | - |
| XYZ | 41.77 | 24.5 | 11.12 | - |
| YUV | 123.75 | 106.14 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 85 | 0 | 0.72 | 0.65 | 0.04 | 354.58 | 0.91 | 0.62 |
| Hex | F6 | 45 | 55 | 0 | 48 | 41 | 4 | 163 | 5B | 3E |
| Octal | 366 | 105 | 125 | 0 | 110 | 101 | 4 | 543 | 133 | 76 |
| Binary | 11110110 | 1000101 | 1010101 | 0 | 1001000 | 1000001 | 100 | 101100011 | 1011011 | 111110 |
Color Harmonies of #F64555
Complementary color
Monochromatic Colors of #F64555
Black with #F64555
Text Example
Text Example
White with #F64555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64555; }
p { color: rgb(246,69,85); }
H1.HeaderClassName
{
color: #F64555;
}
.AnyTagClassName
{
color: #F64555;
}
</style>
background-color css
<style>
a { background-color: #F64555; }
a { background-color: rgb(246,69,85); }
div.DivClassName
{
background-color: #F64555;
}
.BgClassName
{
background-color: #F64555;
}
</style>
border-color css
<style>
span { border-color: #F64555; }
span { border-color: rgb(246,69,85); }
td.TdClassName
{
border-color: #F64555;
}
.TagClassName
{
border-color: #F64555;
}
</style>