Shades of Radical Red #F1366C
Tints of Radical Red #F1366C
RGB
CMYK
RGB Variations
Color information
#F1366C (or 0xF1366C) is known color: Radical Red. HEX triplet: F1, 36 and 6C. RGB value is (241,54,108). Sum of RGB (Red+Green+Blue) = 241+54+108=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F1366C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1366C is #0EC993. Grayscale: #747474. Windows color (decimal): -969108 or 7091953. OLE color: 7091953.
HSL color Cylindrical-coordinate representation of color #F1366C: hue angle of 342.67º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1366C is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 54 | 108 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.05 |
| HSL | 342.67º | 0.87% | 0.58% | - |
| HSV(B) | 342.67º | 0.78% | 0.95% | - |
| XYZ | 40.3 | 22.42 | 16.39 | - |
| YUV | 116.07 | 123.45 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 54 | 108 | 0 | 0.78 | 0.55 | 0.05 | 342.67 | 0.87 | 0.58 |
| Hex | F1 | 36 | 6C | 0 | 4E | 37 | 5 | 157 | 57 | 3A |
| Octal | 361 | 66 | 154 | 0 | 116 | 67 | 5 | 527 | 127 | 72 |
| Binary | 11110001 | 110110 | 1101100 | 0 | 1001110 | 110111 | 101 | 101010111 | 1010111 | 111010 |
Color Harmonies of #F1366C
Complementary color
Monochromatic Colors of #F1366C
Black with #F1366C
Text Example
Text Example
White with #F1366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1366C; }
p { color: rgb(241,54,108); }
H1.HeaderClassName
{
color: #F1366C;
}
.AnyTagClassName
{
color: #F1366C;
}
</style>
background-color css
<style>
a { background-color: #F1366C; }
a { background-color: rgb(241,54,108); }
div.DivClassName
{
background-color: #F1366C;
}
.BgClassName
{
background-color: #F1366C;
}
</style>
border-color css
<style>
span { border-color: #F1366C; }
span { border-color: rgb(241,54,108); }
td.TdClassName
{
border-color: #F1366C;
}
.TagClassName
{
border-color: #F1366C;
}
</style>