Shades of Radical Red #F2495A
Tints of Radical Red #F2495A
RGB
CMYK
RGB Variations
Color information
#F2495A (or 0xF2495A) is known color: Radical Red. HEX triplet: F2, 49 and 5A. RGB value is (242,73,90). Sum of RGB (Red+Green+Blue) = 242+73+90=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2495A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2495A is #0DB6A5. Grayscale: #7D7D7D. Windows color (decimal): -898726 or 5917170. OLE color: 5917170.
HSL color Cylindrical-coordinate representation of color #F2495A: hue angle of 353.96º 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 #F2495A is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 90 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.05 |
| HSL | 353.96º | 0.87% | 0.62% | - |
| HSV(B) | 353.96º | 0.7% | 0.95% | - |
| XYZ | 40.85 | 24.38 | 12.23 | - |
| YUV | 125.47 | 107.99 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 90 | 0 | 0.70 | 0.63 | 0.05 | 353.96 | 0.87 | 0.62 |
| Hex | F2 | 49 | 5A | 0 | 46 | 3F | 5 | 162 | 57 | 3E |
| Octal | 362 | 111 | 132 | 0 | 106 | 77 | 5 | 542 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1011010 | 0 | 1000110 | 111111 | 101 | 101100010 | 1010111 | 111110 |
Color Harmonies of #F2495A
Complementary color
Monochromatic Colors of #F2495A
Black with #F2495A
Text Example
Text Example
White with #F2495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2495A; }
p { color: rgb(242,73,90); }
H1.HeaderClassName
{
color: #F2495A;
}
.AnyTagClassName
{
color: #F2495A;
}
</style>
background-color css
<style>
a { background-color: #F2495A; }
a { background-color: rgb(242,73,90); }
div.DivClassName
{
background-color: #F2495A;
}
.BgClassName
{
background-color: #F2495A;
}
</style>
border-color css
<style>
span { border-color: #F2495A; }
span { border-color: rgb(242,73,90); }
td.TdClassName
{
border-color: #F2495A;
}
.TagClassName
{
border-color: #F2495A;
}
</style>