Shades of Radical Red #F1386B
Tints of Radical Red #F1386B
RGB
CMYK
RGB Variations
Color information
#F1386B (or 0xF1386B) is known color: Radical Red. HEX triplet: F1, 38 and 6B. RGB value is (241,56,107). Sum of RGB (Red+Green+Blue) = 241+56+107=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1386B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1386B is #0EC794. Grayscale: #757575. Windows color (decimal): -968597 or 7026929. OLE color: 7026929.
HSL color Cylindrical-coordinate representation of color #F1386B: hue angle of 343.46º 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 #F1386B is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 107 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.05 |
| HSL | 343.46º | 0.87% | 0.58% | - |
| HSV(B) | 343.46º | 0.77% | 0.95% | - |
| XYZ | 40.34 | 22.59 | 16.14 | - |
| YUV | 117.13 | 122.29 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 107 | 0 | 0.77 | 0.56 | 0.05 | 343.46 | 0.87 | 0.58 |
| Hex | F1 | 38 | 6B | 0 | 4D | 38 | 5 | 157 | 57 | 3A |
| Octal | 361 | 70 | 153 | 0 | 115 | 70 | 5 | 527 | 127 | 72 |
| Binary | 11110001 | 111000 | 1101011 | 0 | 1001101 | 111000 | 101 | 101010111 | 1010111 | 111010 |
Color Harmonies of #F1386B
Complementary color
Monochromatic Colors of #F1386B
Black with #F1386B
Text Example
Text Example
White with #F1386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1386B; }
p { color: rgb(241,56,107); }
H1.HeaderClassName
{
color: #F1386B;
}
.AnyTagClassName
{
color: #F1386B;
}
</style>
background-color css
<style>
a { background-color: #F1386B; }
a { background-color: rgb(241,56,107); }
div.DivClassName
{
background-color: #F1386B;
}
.BgClassName
{
background-color: #F1386B;
}
</style>
border-color css
<style>
span { border-color: #F1386B; }
span { border-color: rgb(241,56,107); }
td.TdClassName
{
border-color: #F1386B;
}
.TagClassName
{
border-color: #F1386B;
}
</style>