Shades of Radical Red #F3495C
Tints of Radical Red #F3495C
RGB
CMYK
RGB Variations
Color information
#F3495C (or 0xF3495C) is known color: Radical Red. HEX triplet: F3, 49 and 5C. RGB value is (243,73,92). Sum of RGB (Red+Green+Blue) = 243+73+92=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F3495C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3495C is #0CB6A3. Grayscale: #7E7E7E. Windows color (decimal): -833188 or 6048243. OLE color: 6048243.
HSL color Cylindrical-coordinate representation of color #F3495C: hue angle of 353.29º 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 #F3495C is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 92 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.05 |
| HSL | 353.29º | 0.88% | 0.62% | - |
| HSV(B) | 353.29º | 0.7% | 0.95% | - |
| XYZ | 41.28 | 24.59 | 12.7 | - |
| YUV | 126 | 108.82 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 92 | 0 | 0.70 | 0.62 | 0.05 | 353.29 | 0.88 | 0.62 |
| Hex | F3 | 49 | 5C | 0 | 46 | 3E | 5 | 161 | 58 | 3E |
| Octal | 363 | 111 | 134 | 0 | 106 | 76 | 5 | 541 | 130 | 76 |
| Binary | 11110011 | 1001001 | 1011100 | 0 | 1000110 | 111110 | 101 | 101100001 | 1011000 | 111110 |
Color Harmonies of #F3495C
Complementary color
Monochromatic Colors of #F3495C
Black with #F3495C
Text Example
Text Example
White with #F3495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3495C; }
p { color: rgb(243,73,92); }
H1.HeaderClassName
{
color: #F3495C;
}
.AnyTagClassName
{
color: #F3495C;
}
</style>
background-color css
<style>
a { background-color: #F3495C; }
a { background-color: rgb(243,73,92); }
div.DivClassName
{
background-color: #F3495C;
}
.BgClassName
{
background-color: #F3495C;
}
</style>
border-color css
<style>
span { border-color: #F3495C; }
span { border-color: rgb(243,73,92); }
td.TdClassName
{
border-color: #F3495C;
}
.TagClassName
{
border-color: #F3495C;
}
</style>