Shades of Radical Red #F2495B
Tints of Radical Red #F2495B
RGB
CMYK
RGB Variations
Color information
#F2495B (or 0xF2495B) is known color: Radical Red. HEX triplet: F2, 49 and 5B. RGB value is (242,73,91). Sum of RGB (Red+Green+Blue) = 242+73+91=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2495B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2495B is #0DB6A4. Grayscale: #7D7D7D. Windows color (decimal): -898725 or 5982706. OLE color: 5982706.
HSL color Cylindrical-coordinate representation of color #F2495B: hue angle of 353.61º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2495B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 91 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.05 |
| HSL | 353.61º | 0.87% | 0.62% | - |
| HSV(B) | 353.61º | 0.7% | 0.95% | - |
| XYZ | 40.89 | 24.4 | 12.45 | - |
| YUV | 125.58 | 108.49 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 91 | 0 | 0.70 | 0.62 | 0.05 | 353.61 | 0.87 | 0.62 |
| Hex | F2 | 49 | 5B | 0 | 46 | 3E | 5 | 162 | 57 | 3E |
| Octal | 362 | 111 | 133 | 0 | 106 | 76 | 5 | 542 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1011011 | 0 | 1000110 | 111110 | 101 | 101100010 | 1010111 | 111110 |
Color Harmonies of #F2495B
Complementary color
Monochromatic Colors of #F2495B
Black with #F2495B
Text Example
Text Example
White with #F2495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2495B; }
p { color: rgb(242,73,91); }
H1.HeaderClassName
{
color: #F2495B;
}
.AnyTagClassName
{
color: #F2495B;
}
</style>
background-color css
<style>
a { background-color: #F2495B; }
a { background-color: rgb(242,73,91); }
div.DivClassName
{
background-color: #F2495B;
}
.BgClassName
{
background-color: #F2495B;
}
</style>
border-color css
<style>
span { border-color: #F2495B; }
span { border-color: rgb(242,73,91); }
td.TdClassName
{
border-color: #F2495B;
}
.TagClassName
{
border-color: #F2495B;
}
</style>