Shades of Radical Red #F13266
Tints of Radical Red #F13266
RGB
CMYK
RGB Variations
Color information
#F13266 (or 0xF13266) is known color: Radical Red. HEX triplet: F1, 32 and 66. RGB value is (241,50,102). Sum of RGB (Red+Green+Blue) = 241+50+102=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F13266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13266 is #0ECD99. Grayscale: #717171. Windows color (decimal): -970138 or 6697713. OLE color: 6697713.
HSL color Cylindrical-coordinate representation of color #F13266: hue angle of 343.66º 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 #F13266 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 102 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.05 |
| HSL | 343.66º | 0.87% | 0.57% | - |
| HSV(B) | 343.66º | 0.79% | 0.95% | - |
| XYZ | 39.81 | 21.94 | 14.71 | - |
| YUV | 113.04 | 121.78 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 102 | 0 | 0.79 | 0.58 | 0.05 | 343.66 | 0.87 | 0.57 |
| Hex | F1 | 32 | 66 | 0 | 4F | 3A | 5 | 158 | 57 | 39 |
| Octal | 361 | 62 | 146 | 0 | 117 | 72 | 5 | 530 | 127 | 71 |
| Binary | 11110001 | 110010 | 1100110 | 0 | 1001111 | 111010 | 101 | 101011000 | 1010111 | 111001 |
Color Harmonies of #F13266
Complementary color
Monochromatic Colors of #F13266
Black with #F13266
Text Example
Text Example
White with #F13266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13266; }
p { color: rgb(241,50,102); }
H1.HeaderClassName
{
color: #F13266;
}
.AnyTagClassName
{
color: #F13266;
}
</style>
background-color css
<style>
a { background-color: #F13266; }
a { background-color: rgb(241,50,102); }
div.DivClassName
{
background-color: #F13266;
}
.BgClassName
{
background-color: #F13266;
}
</style>
border-color css
<style>
span { border-color: #F13266; }
span { border-color: rgb(241,50,102); }
td.TdClassName
{
border-color: #F13266;
}
.TagClassName
{
border-color: #F13266;
}
</style>