Shades of Radical Red #F4255F
Tints of Radical Red #F4255F
RGB
CMYK
RGB Variations
Color information
#F4255F (or 0xF4255F) is known color: Radical Red. HEX triplet: F4, 25 and 5F. RGB value is (244,37,95). Sum of RGB (Red+Green+Blue) = 244+37+95=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F4255F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4255F is #0BDAA0. Grayscale: #696969. Windows color (decimal): -776865 or 6235636. OLE color: 6235636.
HSL color Cylindrical-coordinate representation of color #F4255F: hue angle of 343.19º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4255F is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 95 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.04 |
| HSL | 343.19º | 0.9% | 0.55% | - |
| HSV(B) | 343.19º | 0.85% | 0.96% | - |
| XYZ | 40.04 | 21.38 | 12.84 | - |
| YUV | 105.51 | 122.08 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 95 | 0 | 0.85 | 0.61 | 0.04 | 343.19 | 0.9 | 0.55 |
| Hex | F4 | 25 | 5F | 0 | 55 | 3D | 4 | 157 | 5A | 37 |
| Octal | 364 | 45 | 137 | 0 | 125 | 75 | 4 | 527 | 132 | 67 |
| Binary | 11110100 | 100101 | 1011111 | 0 | 1010101 | 111101 | 100 | 101010111 | 1011010 | 110111 |
Color Harmonies of #F4255F
Complementary color
Monochromatic Colors of #F4255F
Black with #F4255F
Text Example
Text Example
White with #F4255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4255F; }
p { color: rgb(244,37,95); }
H1.HeaderClassName
{
color: #F4255F;
}
.AnyTagClassName
{
color: #F4255F;
}
</style>
background-color css
<style>
a { background-color: #F4255F; }
a { background-color: rgb(244,37,95); }
div.DivClassName
{
background-color: #F4255F;
}
.BgClassName
{
background-color: #F4255F;
}
</style>
border-color css
<style>
span { border-color: #F4255F; }
span { border-color: rgb(244,37,95); }
td.TdClassName
{
border-color: #F4255F;
}
.TagClassName
{
border-color: #F4255F;
}
</style>