Shades of Radical Red #F64258
Tints of Radical Red #F64258
RGB
CMYK
RGB Variations
Color information
#F64258 (or 0xF64258) is known color: Radical Red. HEX triplet: F6, 42 and 58. RGB value is (246,66,88). Sum of RGB (Red+Green+Blue) = 246+66+88=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F64258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64258 is #09BDA7. Grayscale: #7A7A7A. Windows color (decimal): -638376 or 5784310. OLE color: 5784310.
HSL color Cylindrical-coordinate representation of color #F64258: hue angle of 352.67º 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 #F64258 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 88 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.04 |
| HSL | 352.67º | 0.91% | 0.61% | - |
| HSV(B) | 352.67º | 0.73% | 0.96% | - |
| XYZ | 41.72 | 24.19 | 11.7 | - |
| YUV | 122.33 | 108.63 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 88 | 0 | 0.73 | 0.64 | 0.04 | 352.67 | 0.91 | 0.61 |
| Hex | F6 | 42 | 58 | 0 | 49 | 40 | 4 | 161 | 5B | 3D |
| Octal | 366 | 102 | 130 | 0 | 111 | 100 | 4 | 541 | 133 | 75 |
| Binary | 11110110 | 1000010 | 1011000 | 0 | 1001001 | 1000000 | 100 | 101100001 | 1011011 | 111101 |
Color Harmonies of #F64258
Complementary color
Monochromatic Colors of #F64258
Black with #F64258
Text Example
Text Example
White with #F64258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64258; }
p { color: rgb(246,66,88); }
H1.HeaderClassName
{
color: #F64258;
}
.AnyTagClassName
{
color: #F64258;
}
</style>
background-color css
<style>
a { background-color: #F64258; }
a { background-color: rgb(246,66,88); }
div.DivClassName
{
background-color: #F64258;
}
.BgClassName
{
background-color: #F64258;
}
</style>
border-color css
<style>
span { border-color: #F64258; }
span { border-color: rgb(246,66,88); }
td.TdClassName
{
border-color: #F64258;
}
.TagClassName
{
border-color: #F64258;
}
</style>