Shades of Radical Red #F1495C
Tints of Radical Red #F1495C
RGB
CMYK
RGB Variations
Color information
#F1495C (or 0xF1495C) is known color: Radical Red. HEX triplet: F1, 49 and 5C. RGB value is (241,73,92). Sum of RGB (Red+Green+Blue) = 241+73+92=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F1495C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1495C is #0EB6A3. Grayscale: #7D7D7D. Windows color (decimal): -964260 or 6048241. OLE color: 6048241.
HSL color Cylindrical-coordinate representation of color #F1495C: hue angle of 353.21º degrees, saturation: 0.86, 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 #F1495C is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 92 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.05 |
| HSL | 353.21º | 0.86% | 0.62% | - |
| HSV(B) | 353.21º | 0.7% | 0.95% | - |
| XYZ | 40.59 | 24.24 | 12.66 | - |
| YUV | 125.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 92 | 0 | 0.70 | 0.62 | 0.05 | 353.21 | 0.86 | 0.62 |
| Hex | F1 | 49 | 5C | 0 | 46 | 3E | 5 | 161 | 56 | 3E |
| Octal | 361 | 111 | 134 | 0 | 106 | 76 | 5 | 541 | 126 | 76 |
| Binary | 11110001 | 1001001 | 1011100 | 0 | 1000110 | 111110 | 101 | 101100001 | 1010110 | 111110 |
Color Harmonies of #F1495C
Complementary color
Monochromatic Colors of #F1495C
Black with #F1495C
Text Example
Text Example
White with #F1495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1495C; }
p { color: rgb(241,73,92); }
H1.HeaderClassName
{
color: #F1495C;
}
.AnyTagClassName
{
color: #F1495C;
}
</style>
background-color css
<style>
a { background-color: #F1495C; }
a { background-color: rgb(241,73,92); }
div.DivClassName
{
background-color: #F1495C;
}
.BgClassName
{
background-color: #F1495C;
}
</style>
border-color css
<style>
span { border-color: #F1495C; }
span { border-color: rgb(241,73,92); }
td.TdClassName
{
border-color: #F1495C;
}
.TagClassName
{
border-color: #F1495C;
}
</style>