Shades of Radical Red #F1305C
Tints of Radical Red #F1305C
RGB
CMYK
RGB Variations
Color information
#F1305C (or 0xF1305C) is known color: Radical Red. HEX triplet: F1, 30 and 5C. RGB value is (241,48,92). Sum of RGB (Red+Green+Blue) = 241+48+92=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F1305C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1305C is #0ECFA3. Grayscale: #6E6E6E. Windows color (decimal): -970660 or 6041841. OLE color: 6041841.
HSL color Cylindrical-coordinate representation of color #F1305C: hue angle of 346.32º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1305C is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 92 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.05 |
| HSL | 346.32º | 0.87% | 0.57% | - |
| HSV(B) | 346.32º | 0.8% | 0.95% | - |
| XYZ | 39.26 | 21.59 | 12.22 | - |
| YUV | 110.72 | 117.44 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 92 | 0 | 0.80 | 0.62 | 0.05 | 346.32 | 0.87 | 0.57 |
| Hex | F1 | 30 | 5C | 0 | 50 | 3E | 5 | 15A | 57 | 39 |
| Octal | 361 | 60 | 134 | 0 | 120 | 76 | 5 | 532 | 127 | 71 |
| Binary | 11110001 | 110000 | 1011100 | 0 | 1010000 | 111110 | 101 | 101011010 | 1010111 | 111001 |
Color Harmonies of #F1305C
Complementary color
Monochromatic Colors of #F1305C
Black with #F1305C
Text Example
Text Example
White with #F1305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1305C; }
p { color: rgb(241,48,92); }
H1.HeaderClassName
{
color: #F1305C;
}
.AnyTagClassName
{
color: #F1305C;
}
</style>
background-color css
<style>
a { background-color: #F1305C; }
a { background-color: rgb(241,48,92); }
div.DivClassName
{
background-color: #F1305C;
}
.BgClassName
{
background-color: #F1305C;
}
</style>
border-color css
<style>
span { border-color: #F1305C; }
span { border-color: rgb(241,48,92); }
td.TdClassName
{
border-color: #F1305C;
}
.TagClassName
{
border-color: #F1305C;
}
</style>