Shades of Radical Red #F3495B
Tints of Radical Red #F3495B
RGB
CMYK
RGB Variations
Color information
#F3495B (or 0xF3495B) is known color: Radical Red. HEX triplet: F3, 49 and 5B. RGB value is (243,73,91). Sum of RGB (Red+Green+Blue) = 243+73+91=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F3495B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3495B is #0CB6A4. Grayscale: #7D7D7D. Windows color (decimal): -833189 or 5982707. OLE color: 5982707.
HSL color Cylindrical-coordinate representation of color #F3495B: hue angle of 353.65º degrees, saturation: 0.88, 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 #F3495B is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 91 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.05 |
| HSL | 353.65º | 0.88% | 0.62% | - |
| HSV(B) | 353.65º | 0.7% | 0.95% | - |
| XYZ | 41.23 | 24.58 | 12.47 | - |
| YUV | 125.88 | 108.32 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 91 | 0 | 0.70 | 0.63 | 0.05 | 353.65 | 0.88 | 0.62 |
| Hex | F3 | 49 | 5B | 0 | 46 | 3F | 5 | 162 | 58 | 3E |
| Octal | 363 | 111 | 133 | 0 | 106 | 77 | 5 | 542 | 130 | 76 |
| Binary | 11110011 | 1001001 | 1011011 | 0 | 1000110 | 111111 | 101 | 101100010 | 1011000 | 111110 |
Color Harmonies of #F3495B
Complementary color
Monochromatic Colors of #F3495B
Black with #F3495B
Text Example
Text Example
White with #F3495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3495B; }
p { color: rgb(243,73,91); }
H1.HeaderClassName
{
color: #F3495B;
}
.AnyTagClassName
{
color: #F3495B;
}
</style>
background-color css
<style>
a { background-color: #F3495B; }
a { background-color: rgb(243,73,91); }
div.DivClassName
{
background-color: #F3495B;
}
.BgClassName
{
background-color: #F3495B;
}
</style>
border-color css
<style>
span { border-color: #F3495B; }
span { border-color: rgb(243,73,91); }
td.TdClassName
{
border-color: #F3495B;
}
.TagClassName
{
border-color: #F3495B;
}
</style>