Shades of Radical Red #F2444F
Tints of Radical Red #F2444F
RGB
CMYK
RGB Variations
Color information
#F2444F (or 0xF2444F) is known color: Radical Red. HEX triplet: F2, 44 and 4F. RGB value is (242,68,79). Sum of RGB (Red+Green+Blue) = 242+68+79=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F2444F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2444F is #0DBBB0. Grayscale: #797979. Windows color (decimal): -900017 or 5194994. OLE color: 5194994.
HSL color Cylindrical-coordinate representation of color #F2444F: hue angle of 356.21º 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 #F2444F is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 68 | 79 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.05 |
| HSL | 356.21º | 0.87% | 0.61% | - |
| HSV(B) | 356.21º | 0.72% | 0.95% | - |
| XYZ | 40.1 | 23.58 | 9.83 | - |
| YUV | 121.28 | 104.15 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 79 | 0 | 0.72 | 0.67 | 0.05 | 356.21 | 0.87 | 0.61 |
| Hex | F2 | 44 | 4F | 0 | 48 | 43 | 5 | 164 | 57 | 3D |
| Octal | 362 | 104 | 117 | 0 | 110 | 103 | 5 | 544 | 127 | 75 |
| Binary | 11110010 | 1000100 | 1001111 | 0 | 1001000 | 1000011 | 101 | 101100100 | 1010111 | 111101 |
Color Harmonies of #F2444F
Complementary color
Monochromatic Colors of #F2444F
Black with #F2444F
Text Example
Text Example
White with #F2444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2444F; }
p { color: rgb(242,68,79); }
H1.HeaderClassName
{
color: #F2444F;
}
.AnyTagClassName
{
color: #F2444F;
}
</style>
background-color css
<style>
a { background-color: #F2444F; }
a { background-color: rgb(242,68,79); }
div.DivClassName
{
background-color: #F2444F;
}
.BgClassName
{
background-color: #F2444F;
}
</style>
border-color css
<style>
span { border-color: #F2444F; }
span { border-color: rgb(242,68,79); }
td.TdClassName
{
border-color: #F2444F;
}
.TagClassName
{
border-color: #F2444F;
}
</style>