Shades of Radical Red #F1485B
Tints of Radical Red #F1485B
RGB
CMYK
RGB Variations
Color information
#F1485B (or 0xF1485B) is known color: Radical Red. HEX triplet: F1, 48 and 5B. RGB value is (241,72,91). Sum of RGB (Red+Green+Blue) = 241+72+91=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1485B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1485B is #0EB7A4. Grayscale: #7C7C7C. Windows color (decimal): -964517 or 5982449. OLE color: 5982449.
HSL color Cylindrical-coordinate representation of color #F1485B: hue angle of 353.25º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1485B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 91 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.05 |
| HSL | 353.25º | 0.86% | 0.61% | - |
| HSV(B) | 353.25º | 0.7% | 0.95% | - |
| XYZ | 40.48 | 24.09 | 12.41 | - |
| YUV | 124.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 91 | 0 | 0.70 | 0.62 | 0.05 | 353.25 | 0.86 | 0.61 |
| Hex | F1 | 48 | 5B | 0 | 46 | 3E | 5 | 161 | 56 | 3D |
| Octal | 361 | 110 | 133 | 0 | 106 | 76 | 5 | 541 | 126 | 75 |
| Binary | 11110001 | 1001000 | 1011011 | 0 | 1000110 | 111110 | 101 | 101100001 | 1010110 | 111101 |
Color Harmonies of #F1485B
Complementary color
Monochromatic Colors of #F1485B
Black with #F1485B
Text Example
Text Example
White with #F1485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1485B; }
p { color: rgb(241,72,91); }
H1.HeaderClassName
{
color: #F1485B;
}
.AnyTagClassName
{
color: #F1485B;
}
</style>
background-color css
<style>
a { background-color: #F1485B; }
a { background-color: rgb(241,72,91); }
div.DivClassName
{
background-color: #F1485B;
}
.BgClassName
{
background-color: #F1485B;
}
</style>
border-color css
<style>
span { border-color: #F1485B; }
span { border-color: rgb(241,72,91); }
td.TdClassName
{
border-color: #F1485B;
}
.TagClassName
{
border-color: #F1485B;
}
</style>