Shades of Radical Red #F13465
Tints of Radical Red #F13465
RGB
CMYK
RGB Variations
Color information
#F13465 (or 0xF13465) is known color: Radical Red. HEX triplet: F1, 34 and 65. RGB value is (241,52,101). Sum of RGB (Red+Green+Blue) = 241+52+101=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F13465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13465 is #0ECB9A. Grayscale: #727272. Windows color (decimal): -969627 or 6632689. OLE color: 6632689.
HSL color Cylindrical-coordinate representation of color #F13465: hue angle of 344.44º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F13465 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 101 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.05 |
| HSL | 344.44º | 0.87% | 0.57% | - |
| HSV(B) | 344.44º | 0.78% | 0.95% | - |
| XYZ | 39.85 | 22.1 | 14.48 | - |
| YUV | 114.1 | 120.62 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 101 | 0 | 0.78 | 0.58 | 0.05 | 344.44 | 0.87 | 0.57 |
| Hex | F1 | 34 | 65 | 0 | 4E | 3A | 5 | 158 | 57 | 39 |
| Octal | 361 | 64 | 145 | 0 | 116 | 72 | 5 | 530 | 127 | 71 |
| Binary | 11110001 | 110100 | 1100101 | 0 | 1001110 | 111010 | 101 | 101011000 | 1010111 | 111001 |
Color Harmonies of #F13465
Complementary color
Monochromatic Colors of #F13465
Black with #F13465
Text Example
Text Example
White with #F13465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13465; }
p { color: rgb(241,52,101); }
H1.HeaderClassName
{
color: #F13465;
}
.AnyTagClassName
{
color: #F13465;
}
</style>
background-color css
<style>
a { background-color: #F13465; }
a { background-color: rgb(241,52,101); }
div.DivClassName
{
background-color: #F13465;
}
.BgClassName
{
background-color: #F13465;
}
</style>
border-color css
<style>
span { border-color: #F13465; }
span { border-color: rgb(241,52,101); }
td.TdClassName
{
border-color: #F13465;
}
.TagClassName
{
border-color: #F13465;
}
</style>