Shades of Radical Red #F64452
Tints of Radical Red #F64452
RGB
CMYK
RGB Variations
Color information
#F64452 (or 0xF64452) is known color: Radical Red. HEX triplet: F6, 44 and 52. RGB value is (246,68,82). Sum of RGB (Red+Green+Blue) = 246+68+82=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F64452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64452 is #09BBAD. Grayscale: #7A7A7A. Windows color (decimal): -637870 or 5391606. OLE color: 5391606.
HSL color Cylindrical-coordinate representation of color #F64452: hue angle of 355.28º 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 #F64452 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 82 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.04 |
| HSL | 355.28º | 0.91% | 0.62% | - |
| HSV(B) | 355.28º | 0.72% | 0.96% | - |
| XYZ | 41.6 | 24.34 | 10.49 | - |
| YUV | 122.82 | 104.97 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 82 | 0 | 0.72 | 0.67 | 0.04 | 355.28 | 0.91 | 0.62 |
| Hex | F6 | 44 | 52 | 0 | 48 | 43 | 4 | 163 | 5B | 3E |
| Octal | 366 | 104 | 122 | 0 | 110 | 103 | 4 | 543 | 133 | 76 |
| Binary | 11110110 | 1000100 | 1010010 | 0 | 1001000 | 1000011 | 100 | 101100011 | 1011011 | 111110 |
Color Harmonies of #F64452
Complementary color
Monochromatic Colors of #F64452
Black with #F64452
Text Example
Text Example
White with #F64452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64452; }
p { color: rgb(246,68,82); }
H1.HeaderClassName
{
color: #F64452;
}
.AnyTagClassName
{
color: #F64452;
}
</style>
background-color css
<style>
a { background-color: #F64452; }
a { background-color: rgb(246,68,82); }
div.DivClassName
{
background-color: #F64452;
}
.BgClassName
{
background-color: #F64452;
}
</style>
border-color css
<style>
span { border-color: #F64452; }
span { border-color: rgb(246,68,82); }
td.TdClassName
{
border-color: #F64452;
}
.TagClassName
{
border-color: #F64452;
}
</style>