Shades of Radical Red #F1465B
Tints of Radical Red #F1465B
RGB
CMYK
RGB Variations
Color information
#F1465B (or 0xF1465B) is known color: Radical Red. HEX triplet: F1, 46 and 5B. RGB value is (241,70,91). Sum of RGB (Red+Green+Blue) = 241+70+91=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F1465B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1465B is #0EB9A4. Grayscale: #7B7B7B. Windows color (decimal): -965029 or 5981937. OLE color: 5981937.
HSL color Cylindrical-coordinate representation of color #F1465B: hue angle of 352.63º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1465B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 91 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.05 |
| HSL | 352.63º | 0.86% | 0.61% | - |
| HSV(B) | 352.63º | 0.71% | 0.95% | - |
| XYZ | 40.35 | 23.84 | 12.37 | - |
| YUV | 123.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 91 | 0 | 0.71 | 0.62 | 0.05 | 352.63 | 0.86 | 0.61 |
| Hex | F1 | 46 | 5B | 0 | 47 | 3E | 5 | 161 | 56 | 3D |
| Octal | 361 | 106 | 133 | 0 | 107 | 76 | 5 | 541 | 126 | 75 |
| Binary | 11110001 | 1000110 | 1011011 | 0 | 1000111 | 111110 | 101 | 101100001 | 1010110 | 111101 |
Color Harmonies of #F1465B
Complementary color
Monochromatic Colors of #F1465B
Black with #F1465B
Text Example
Text Example
White with #F1465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1465B; }
p { color: rgb(241,70,91); }
H1.HeaderClassName
{
color: #F1465B;
}
.AnyTagClassName
{
color: #F1465B;
}
</style>
background-color css
<style>
a { background-color: #F1465B; }
a { background-color: rgb(241,70,91); }
div.DivClassName
{
background-color: #F1465B;
}
.BgClassName
{
background-color: #F1465B;
}
</style>
border-color css
<style>
span { border-color: #F1465B; }
span { border-color: rgb(241,70,91); }
td.TdClassName
{
border-color: #F1465B;
}
.TagClassName
{
border-color: #F1465B;
}
</style>