Shades of Radical Red #F1305A
Tints of Radical Red #F1305A
RGB
CMYK
RGB Variations
Color information
#F1305A (or 0xF1305A) is known color: Radical Red. HEX triplet: F1, 30 and 5A. RGB value is (241,48,90). Sum of RGB (Red+Green+Blue) = 241+48+90=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F1305A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1305A is #0ECFA5. Grayscale: #6E6E6E. Windows color (decimal): -970662 or 5910769. OLE color: 5910769.
HSL color Cylindrical-coordinate representation of color #F1305A: hue angle of 346.94º 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 #F1305A is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 48 | 90 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.05 |
| HSL | 346.94º | 0.87% | 0.57% | - |
| HSV(B) | 346.94º | 0.8% | 0.95% | - |
| XYZ | 39.18 | 21.55 | 11.77 | - |
| YUV | 110.5 | 116.44 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 48 | 90 | 0 | 0.80 | 0.63 | 0.05 | 346.94 | 0.87 | 0.57 |
| Hex | F1 | 30 | 5A | 0 | 50 | 3F | 5 | 15B | 57 | 39 |
| Octal | 361 | 60 | 132 | 0 | 120 | 77 | 5 | 533 | 127 | 71 |
| Binary | 11110001 | 110000 | 1011010 | 0 | 1010000 | 111111 | 101 | 101011011 | 1010111 | 111001 |
Color Harmonies of #F1305A
Complementary color
Monochromatic Colors of #F1305A
Black with #F1305A
Text Example
Text Example
White with #F1305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1305A; }
p { color: rgb(241,48,90); }
H1.HeaderClassName
{
color: #F1305A;
}
.AnyTagClassName
{
color: #F1305A;
}
</style>
background-color css
<style>
a { background-color: #F1305A; }
a { background-color: rgb(241,48,90); }
div.DivClassName
{
background-color: #F1305A;
}
.BgClassName
{
background-color: #F1305A;
}
</style>
border-color css
<style>
span { border-color: #F1305A; }
span { border-color: rgb(241,48,90); }
td.TdClassName
{
border-color: #F1305A;
}
.TagClassName
{
border-color: #F1305A;
}
</style>