Shades of Radical Red #F4285C
Tints of Radical Red #F4285C
RGB
CMYK
RGB Variations
Color information
#F4285C (or 0xF4285C) is known color: Radical Red. HEX triplet: F4, 28 and 5C. RGB value is (244,40,92). Sum of RGB (Red+Green+Blue) = 244+40+92=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F4285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4285C is #0BD7A3. Grayscale: #6A6A6A. Windows color (decimal): -776100 or 6039796. OLE color: 6039796.
HSL color Cylindrical-coordinate representation of color #F4285C: hue angle of 344.71º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4285C is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 92 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.04 |
| HSL | 344.71º | 0.9% | 0.56% | - |
| HSV(B) | 344.71º | 0.84% | 0.96% | - |
| XYZ | 40 | 21.52 | 12.17 | - |
| YUV | 106.92 | 119.59 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 92 | 0 | 0.84 | 0.62 | 0.04 | 344.71 | 0.9 | 0.56 |
| Hex | F4 | 28 | 5C | 0 | 54 | 3E | 4 | 159 | 5A | 38 |
| Octal | 364 | 50 | 134 | 0 | 124 | 76 | 4 | 531 | 132 | 70 |
| Binary | 11110100 | 101000 | 1011100 | 0 | 1010100 | 111110 | 100 | 101011001 | 1011010 | 111000 |
Color Harmonies of #F4285C
Complementary color
Monochromatic Colors of #F4285C
Black with #F4285C
Text Example
Text Example
White with #F4285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4285C; }
p { color: rgb(244,40,92); }
H1.HeaderClassName
{
color: #F4285C;
}
.AnyTagClassName
{
color: #F4285C;
}
</style>
background-color css
<style>
a { background-color: #F4285C; }
a { background-color: rgb(244,40,92); }
div.DivClassName
{
background-color: #F4285C;
}
.BgClassName
{
background-color: #F4285C;
}
</style>
border-color css
<style>
span { border-color: #F4285C; }
span { border-color: rgb(244,40,92); }
td.TdClassName
{
border-color: #F4285C;
}
.TagClassName
{
border-color: #F4285C;
}
</style>