Shades of Radical Red #F1385C
Tints of Radical Red #F1385C
RGB
CMYK
RGB Variations
Color information
#F1385C (or 0xF1385C) is known color: Radical Red. HEX triplet: F1, 38 and 5C. RGB value is (241,56,92). Sum of RGB (Red+Green+Blue) = 241+56+92=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F1385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1385C is #0EC7A3. Grayscale: #737373. Windows color (decimal): -968612 or 6043889. OLE color: 6043889.
HSL color Cylindrical-coordinate representation of color #F1385C: hue angle of 348.32º 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 #F1385C is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 92 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.05 |
| HSL | 348.32º | 0.87% | 0.58% | - |
| HSV(B) | 348.32º | 0.77% | 0.95% | - |
| XYZ | 39.62 | 22.3 | 12.34 | - |
| YUV | 115.42 | 114.79 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 92 | 0 | 0.77 | 0.62 | 0.05 | 348.32 | 0.87 | 0.58 |
| Hex | F1 | 38 | 5C | 0 | 4D | 3E | 5 | 15C | 57 | 3A |
| Octal | 361 | 70 | 134 | 0 | 115 | 76 | 5 | 534 | 127 | 72 |
| Binary | 11110001 | 111000 | 1011100 | 0 | 1001101 | 111110 | 101 | 101011100 | 1010111 | 111010 |
Color Harmonies of #F1385C
Complementary color
Monochromatic Colors of #F1385C
Black with #F1385C
Text Example
Text Example
White with #F1385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1385C; }
p { color: rgb(241,56,92); }
H1.HeaderClassName
{
color: #F1385C;
}
.AnyTagClassName
{
color: #F1385C;
}
</style>
background-color css
<style>
a { background-color: #F1385C; }
a { background-color: rgb(241,56,92); }
div.DivClassName
{
background-color: #F1385C;
}
.BgClassName
{
background-color: #F1385C;
}
</style>
border-color css
<style>
span { border-color: #F1385C; }
span { border-color: rgb(241,56,92); }
td.TdClassName
{
border-color: #F1385C;
}
.TagClassName
{
border-color: #F1385C;
}
</style>