Shades of Radical Red #F64B5D
Tints of Radical Red #F64B5D
RGB
CMYK
RGB Variations
Color information
#F64B5D (or 0xF64B5D) is known color: Radical Red. HEX triplet: F6, 4B and 5D. RGB value is (246,75,93). Sum of RGB (Red+Green+Blue) = 246+75+93=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64B5D is #09B4A2. Grayscale: #808080. Windows color (decimal): -636067 or 6114294. OLE color: 6114294.
HSL color Cylindrical-coordinate representation of color #F64B5D: hue angle of 353.68º 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 #F64B5D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 93 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.04 |
| HSL | 353.68º | 0.9% | 0.63% | - |
| HSV(B) | 353.68º | 0.7% | 0.96% | - |
| XYZ | 42.5 | 25.42 | 13.02 | - |
| YUV | 128.18 | 108.15 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 93 | 0 | 0.70 | 0.62 | 0.04 | 353.68 | 0.9 | 0.63 |
| Hex | F6 | 4B | 5D | 0 | 46 | 3E | 4 | 162 | 5A | 3F |
| Octal | 366 | 113 | 135 | 0 | 106 | 76 | 4 | 542 | 132 | 77 |
| Binary | 11110110 | 1001011 | 1011101 | 0 | 1000110 | 111110 | 100 | 101100010 | 1011010 | 111111 |
Color Harmonies of #F64B5D
Complementary color
Monochromatic Colors of #F64B5D
Black with #F64B5D
Text Example
Text Example
White with #F64B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64B5D; }
p { color: rgb(246,75,93); }
H1.HeaderClassName
{
color: #F64B5D;
}
.AnyTagClassName
{
color: #F64B5D;
}
</style>
background-color css
<style>
a { background-color: #F64B5D; }
a { background-color: rgb(246,75,93); }
div.DivClassName
{
background-color: #F64B5D;
}
.BgClassName
{
background-color: #F64B5D;
}
</style>
border-color css
<style>
span { border-color: #F64B5D; }
span { border-color: rgb(246,75,93); }
td.TdClassName
{
border-color: #F64B5D;
}
.TagClassName
{
border-color: #F64B5D;
}
</style>