Shades of Radical Red #F64352
Tints of Radical Red #F64352
RGB
CMYK
RGB Variations
Color information
#F64352 (or 0xF64352) is known color: Radical Red. HEX triplet: F6, 43 and 52. RGB value is (246,67,82). Sum of RGB (Red+Green+Blue) = 246+67+82=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F64352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64352 is #09BCAD. Grayscale: #7A7A7A. Windows color (decimal): -638126 or 5391350. OLE color: 5391350.
HSL color Cylindrical-coordinate representation of color #F64352: hue angle of 354.97º 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 #F64352 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 82 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.04 |
| HSL | 354.97º | 0.91% | 0.61% | - |
| HSV(B) | 354.97º | 0.73% | 0.96% | - |
| XYZ | 41.54 | 24.22 | 10.47 | - |
| YUV | 122.23 | 105.3 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 82 | 0 | 0.73 | 0.67 | 0.04 | 354.97 | 0.91 | 0.61 |
| Hex | F6 | 43 | 52 | 0 | 49 | 43 | 4 | 163 | 5B | 3D |
| Octal | 366 | 103 | 122 | 0 | 111 | 103 | 4 | 543 | 133 | 75 |
| Binary | 11110110 | 1000011 | 1010010 | 0 | 1001001 | 1000011 | 100 | 101100011 | 1011011 | 111101 |
Color Harmonies of #F64352
Complementary color
Monochromatic Colors of #F64352
Black with #F64352
Text Example
Text Example
White with #F64352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64352; }
p { color: rgb(246,67,82); }
H1.HeaderClassName
{
color: #F64352;
}
.AnyTagClassName
{
color: #F64352;
}
</style>
background-color css
<style>
a { background-color: #F64352; }
a { background-color: rgb(246,67,82); }
div.DivClassName
{
background-color: #F64352;
}
.BgClassName
{
background-color: #F64352;
}
</style>
border-color css
<style>
span { border-color: #F64352; }
span { border-color: rgb(246,67,82); }
td.TdClassName
{
border-color: #F64352;
}
.TagClassName
{
border-color: #F64352;
}
</style>