Shades of Radical Red #F42764
Tints of Radical Red #F42764
RGB
CMYK
RGB Variations
Color information
#F42764 (or 0xF42764) is known color: Radical Red. HEX triplet: F4, 27 and 64. RGB value is (244,39,100). Sum of RGB (Red+Green+Blue) = 244+39+100=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F42764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42764 is #0BD89B. Grayscale: #6B6B6B. Windows color (decimal): -776348 or 6563828. OLE color: 6563828.
HSL color Cylindrical-coordinate representation of color #F42764: hue angle of 342.15º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42764 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 39 | 100 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.04 |
| HSL | 342.15º | 0.9% | 0.55% | - |
| HSV(B) | 342.15º | 0.84% | 0.96% | - |
| XYZ | 40.33 | 21.6 | 14.1 | - |
| YUV | 107.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 39 | 100 | 0 | 0.84 | 0.59 | 0.04 | 342.15 | 0.9 | 0.55 |
| Hex | F4 | 27 | 64 | 0 | 54 | 3B | 4 | 156 | 5A | 37 |
| Octal | 364 | 47 | 144 | 0 | 124 | 73 | 4 | 526 | 132 | 67 |
| Binary | 11110100 | 100111 | 1100100 | 0 | 1010100 | 111011 | 100 | 101010110 | 1011010 | 110111 |
Color Harmonies of #F42764
Complementary color
Monochromatic Colors of #F42764
Black with #F42764
Text Example
Text Example
White with #F42764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42764; }
p { color: rgb(244,39,100); }
H1.HeaderClassName
{
color: #F42764;
}
.AnyTagClassName
{
color: #F42764;
}
</style>
background-color css
<style>
a { background-color: #F42764; }
a { background-color: rgb(244,39,100); }
div.DivClassName
{
background-color: #F42764;
}
.BgClassName
{
background-color: #F42764;
}
</style>
border-color css
<style>
span { border-color: #F42764; }
span { border-color: rgb(244,39,100); }
td.TdClassName
{
border-color: #F42764;
}
.TagClassName
{
border-color: #F42764;
}
</style>