Shades of Radical Red #F1385D
Tints of Radical Red #F1385D
RGB
CMYK
RGB Variations
Color information
#F1385D (or 0xF1385D) is known color: Radical Red. HEX triplet: F1, 38 and 5D. RGB value is (241,56,93). Sum of RGB (Red+Green+Blue) = 241+56+93=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F1385D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1385D is #0EC7A2. Grayscale: #737373. Windows color (decimal): -968611 or 6109425. OLE color: 6109425.
HSL color Cylindrical-coordinate representation of color #F1385D: hue angle of 348º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F1385D is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 93 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.05 |
| HSL | 348º | 0.87% | 0.58% | - |
| HSV(B) | 348º | 0.77% | 0.95% | - |
| XYZ | 39.67 | 22.32 | 12.57 | - |
| YUV | 115.53 | 115.29 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 93 | 0 | 0.77 | 0.61 | 0.05 | 348 | 0.87 | 0.58 |
| Hex | F1 | 38 | 5D | 0 | 4D | 3D | 5 | 15C | 57 | 3A |
| Octal | 361 | 70 | 135 | 0 | 115 | 75 | 5 | 534 | 127 | 72 |
| Binary | 11110001 | 111000 | 1011101 | 0 | 1001101 | 111101 | 101 | 101011100 | 1010111 | 111010 |
Color Harmonies of #F1385D
Complementary color
Monochromatic Colors of #F1385D
Black with #F1385D
Text Example
Text Example
White with #F1385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1385D; }
p { color: rgb(241,56,93); }
H1.HeaderClassName
{
color: #F1385D;
}
.AnyTagClassName
{
color: #F1385D;
}
</style>
background-color css
<style>
a { background-color: #F1385D; }
a { background-color: rgb(241,56,93); }
div.DivClassName
{
background-color: #F1385D;
}
.BgClassName
{
background-color: #F1385D;
}
</style>
border-color css
<style>
span { border-color: #F1385D; }
span { border-color: rgb(241,56,93); }
td.TdClassName
{
border-color: #F1385D;
}
.TagClassName
{
border-color: #F1385D;
}
</style>