Shades of Radical Red #F2445F
Tints of Radical Red #F2445F
RGB
CMYK
RGB Variations
Color information
#F2445F (or 0xF2445F) is known color: Radical Red. HEX triplet: F2, 44 and 5F. RGB value is (242,68,95). Sum of RGB (Red+Green+Blue) = 242+68+95=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2445F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2445F is #0DBBA0. Grayscale: #7B7B7B. Windows color (decimal): -900001 or 6243570. OLE color: 6243570.
HSL color Cylindrical-coordinate representation of color #F2445F: hue angle of 350.69º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2445F is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 95 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.05 |
| HSL | 350.69º | 0.87% | 0.61% | - |
| HSV(B) | 350.69º | 0.72% | 0.95% | - |
| XYZ | 40.75 | 23.84 | 13.28 | - |
| YUV | 123.1 | 112.15 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 95 | 0 | 0.72 | 0.61 | 0.05 | 350.69 | 0.87 | 0.61 |
| Hex | F2 | 44 | 5F | 0 | 48 | 3D | 5 | 15F | 57 | 3D |
| Octal | 362 | 104 | 137 | 0 | 110 | 75 | 5 | 537 | 127 | 75 |
| Binary | 11110010 | 1000100 | 1011111 | 0 | 1001000 | 111101 | 101 | 101011111 | 1010111 | 111101 |
Color Harmonies of #F2445F
Complementary color
Monochromatic Colors of #F2445F
Black with #F2445F
Text Example
Text Example
White with #F2445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2445F; }
p { color: rgb(242,68,95); }
H1.HeaderClassName
{
color: #F2445F;
}
.AnyTagClassName
{
color: #F2445F;
}
</style>
background-color css
<style>
a { background-color: #F2445F; }
a { background-color: rgb(242,68,95); }
div.DivClassName
{
background-color: #F2445F;
}
.BgClassName
{
background-color: #F2445F;
}
</style>
border-color css
<style>
span { border-color: #F2445F; }
span { border-color: rgb(242,68,95); }
td.TdClassName
{
border-color: #F2445F;
}
.TagClassName
{
border-color: #F2445F;
}
</style>