Shades of Radical Red #F1485A
Tints of Radical Red #F1485A
RGB
CMYK
RGB Variations
Color information
#F1485A (or 0xF1485A) is known color: Radical Red. HEX triplet: F1, 48 and 5A. RGB value is (241,72,90). Sum of RGB (Red+Green+Blue) = 241+72+90=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1485A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1485A is #0EB7A5. Grayscale: #7C7C7C. Windows color (decimal): -964518 or 5916913. OLE color: 5916913.
HSL color Cylindrical-coordinate representation of color #F1485A: hue angle of 353.61º 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 #F1485A is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 90 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.05 |
| HSL | 353.61º | 0.86% | 0.61% | - |
| HSV(B) | 353.61º | 0.7% | 0.95% | - |
| XYZ | 40.44 | 24.07 | 12.19 | - |
| YUV | 124.58 | 108.49 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 90 | 0 | 0.70 | 0.63 | 0.05 | 353.61 | 0.86 | 0.61 |
| Hex | F1 | 48 | 5A | 0 | 46 | 3F | 5 | 162 | 56 | 3D |
| Octal | 361 | 110 | 132 | 0 | 106 | 77 | 5 | 542 | 126 | 75 |
| Binary | 11110001 | 1001000 | 1011010 | 0 | 1000110 | 111111 | 101 | 101100010 | 1010110 | 111101 |
Color Harmonies of #F1485A
Complementary color
Monochromatic Colors of #F1485A
Black with #F1485A
Text Example
Text Example
White with #F1485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1485A; }
p { color: rgb(241,72,90); }
H1.HeaderClassName
{
color: #F1485A;
}
.AnyTagClassName
{
color: #F1485A;
}
</style>
background-color css
<style>
a { background-color: #F1485A; }
a { background-color: rgb(241,72,90); }
div.DivClassName
{
background-color: #F1485A;
}
.BgClassName
{
background-color: #F1485A;
}
</style>
border-color css
<style>
span { border-color: #F1485A; }
span { border-color: rgb(241,72,90); }
td.TdClassName
{
border-color: #F1485A;
}
.TagClassName
{
border-color: #F1485A;
}
</style>