Shades of Radical Red #F64350
Tints of Radical Red #F64350
RGB
CMYK
RGB Variations
Color information
#F64350 (or 0xF64350) is known color: Radical Red. HEX triplet: F6, 43 and 50. RGB value is (246,67,80). Sum of RGB (Red+Green+Blue) = 246+67+80=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F64350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64350 is #09BCAF. Grayscale: #7A7A7A. Windows color (decimal): -638128 or 5260278. OLE color: 5260278.
HSL color Cylindrical-coordinate representation of color #F64350: hue angle of 355.64º 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 #F64350 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 80 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.04 |
| HSL | 355.64º | 0.91% | 0.61% | - |
| HSV(B) | 355.64º | 0.73% | 0.96% | - |
| XYZ | 41.46 | 24.19 | 10.07 | - |
| YUV | 122 | 104.3 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 80 | 0 | 0.73 | 0.67 | 0.04 | 355.64 | 0.91 | 0.61 |
| Hex | F6 | 43 | 50 | 0 | 49 | 43 | 4 | 164 | 5B | 3D |
| Octal | 366 | 103 | 120 | 0 | 111 | 103 | 4 | 544 | 133 | 75 |
| Binary | 11110110 | 1000011 | 1010000 | 0 | 1001001 | 1000011 | 100 | 101100100 | 1011011 | 111101 |
Color Harmonies of #F64350
Complementary color
Monochromatic Colors of #F64350
Black with #F64350
Text Example
Text Example
White with #F64350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64350; }
p { color: rgb(246,67,80); }
H1.HeaderClassName
{
color: #F64350;
}
.AnyTagClassName
{
color: #F64350;
}
</style>
background-color css
<style>
a { background-color: #F64350; }
a { background-color: rgb(246,67,80); }
div.DivClassName
{
background-color: #F64350;
}
.BgClassName
{
background-color: #F64350;
}
</style>
border-color css
<style>
span { border-color: #F64350; }
span { border-color: rgb(246,67,80); }
td.TdClassName
{
border-color: #F64350;
}
.TagClassName
{
border-color: #F64350;
}
</style>