Shades of Radical Red #F1326A
Tints of Radical Red #F1326A
RGB
CMYK
RGB Variations
Color information
#F1326A (or 0xF1326A) is known color: Radical Red. HEX triplet: F1, 32 and 6A. RGB value is (241,50,106). Sum of RGB (Red+Green+Blue) = 241+50+106=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F1326A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1326A is #0ECD95. Grayscale: #717171. Windows color (decimal): -970134 or 6959857. OLE color: 6959857.
HSL color Cylindrical-coordinate representation of color #F1326A: hue angle of 342.41º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1326A is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 106 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.05 |
| HSL | 342.41º | 0.87% | 0.57% | - |
| HSV(B) | 342.41º | 0.79% | 0.95% | - |
| XYZ | 40.02 | 22.02 | 15.78 | - |
| YUV | 113.49 | 123.78 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 106 | 0 | 0.79 | 0.56 | 0.05 | 342.41 | 0.87 | 0.57 |
| Hex | F1 | 32 | 6A | 0 | 4F | 38 | 5 | 156 | 57 | 39 |
| Octal | 361 | 62 | 152 | 0 | 117 | 70 | 5 | 526 | 127 | 71 |
| Binary | 11110001 | 110010 | 1101010 | 0 | 1001111 | 111000 | 101 | 101010110 | 1010111 | 111001 |
Color Harmonies of #F1326A
Complementary color
Monochromatic Colors of #F1326A
Black with #F1326A
Text Example
Text Example
White with #F1326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1326A; }
p { color: rgb(241,50,106); }
H1.HeaderClassName
{
color: #F1326A;
}
.AnyTagClassName
{
color: #F1326A;
}
</style>
background-color css
<style>
a { background-color: #F1326A; }
a { background-color: rgb(241,50,106); }
div.DivClassName
{
background-color: #F1326A;
}
.BgClassName
{
background-color: #F1326A;
}
</style>
border-color css
<style>
span { border-color: #F1326A; }
span { border-color: rgb(241,50,106); }
td.TdClassName
{
border-color: #F1326A;
}
.TagClassName
{
border-color: #F1326A;
}
</style>