Shades of Radical Red #F64353
Tints of Radical Red #F64353
RGB
CMYK
RGB Variations
Color information
#F64353 (or 0xF64353) is known color: Radical Red. HEX triplet: F6, 43 and 53. RGB value is (246,67,83). Sum of RGB (Red+Green+Blue) = 246+67+83=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F64353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64353 is #09BCAC. Grayscale: #7A7A7A. Windows color (decimal): -638125 or 5456886. OLE color: 5456886.
HSL color Cylindrical-coordinate representation of color #F64353: hue angle of 354.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 #F64353 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 83 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.04 |
| HSL | 354.64º | 0.91% | 0.61% | - |
| HSV(B) | 354.64º | 0.73% | 0.96% | - |
| XYZ | 41.57 | 24.23 | 10.67 | - |
| YUV | 122.35 | 105.8 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 83 | 0 | 0.73 | 0.66 | 0.04 | 354.64 | 0.91 | 0.61 |
| Hex | F6 | 43 | 53 | 0 | 49 | 42 | 4 | 163 | 5B | 3D |
| Octal | 366 | 103 | 123 | 0 | 111 | 102 | 4 | 543 | 133 | 75 |
| Binary | 11110110 | 1000011 | 1010011 | 0 | 1001001 | 1000010 | 100 | 101100011 | 1011011 | 111101 |
Color Harmonies of #F64353
Complementary color
Monochromatic Colors of #F64353
Black with #F64353
Text Example
Text Example
White with #F64353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64353; }
p { color: rgb(246,67,83); }
H1.HeaderClassName
{
color: #F64353;
}
.AnyTagClassName
{
color: #F64353;
}
</style>
background-color css
<style>
a { background-color: #F64353; }
a { background-color: rgb(246,67,83); }
div.DivClassName
{
background-color: #F64353;
}
.BgClassName
{
background-color: #F64353;
}
</style>
border-color css
<style>
span { border-color: #F64353; }
span { border-color: rgb(246,67,83); }
td.TdClassName
{
border-color: #F64353;
}
.TagClassName
{
border-color: #F64353;
}
</style>