Shades of Radical Red #F14466
Tints of Radical Red #F14466
RGB
CMYK
RGB Variations
Color information
#F14466 (or 0xF14466) is known color: Radical Red. HEX triplet: F1, 44 and 66. RGB value is (241,68,102). Sum of RGB (Red+Green+Blue) = 241+68+102=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F14466 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14466 is #0EBB99. Grayscale: #7B7B7B. Windows color (decimal): -965530 or 6702321. OLE color: 6702321.
HSL color Cylindrical-coordinate representation of color #F14466: hue angle of 348.21º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14466 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 102 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.05 |
| HSL | 348.21º | 0.86% | 0.61% | - |
| HSV(B) | 348.21º | 0.72% | 0.95% | - |
| XYZ | 40.74 | 23.79 | 15.02 | - |
| YUV | 123.6 | 115.81 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 102 | 0 | 0.72 | 0.58 | 0.05 | 348.21 | 0.86 | 0.61 |
| Hex | F1 | 44 | 66 | 0 | 48 | 3A | 5 | 15C | 56 | 3D |
| Octal | 361 | 104 | 146 | 0 | 110 | 72 | 5 | 534 | 126 | 75 |
| Binary | 11110001 | 1000100 | 1100110 | 0 | 1001000 | 111010 | 101 | 101011100 | 1010110 | 111101 |
Color Harmonies of #F14466
Complementary color
Monochromatic Colors of #F14466
Black with #F14466
Text Example
Text Example
White with #F14466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14466; }
p { color: rgb(241,68,102); }
H1.HeaderClassName
{
color: #F14466;
}
.AnyTagClassName
{
color: #F14466;
}
</style>
background-color css
<style>
a { background-color: #F14466; }
a { background-color: rgb(241,68,102); }
div.DivClassName
{
background-color: #F14466;
}
.BgClassName
{
background-color: #F14466;
}
</style>
border-color css
<style>
span { border-color: #F14466; }
span { border-color: rgb(241,68,102); }
td.TdClassName
{
border-color: #F14466;
}
.TagClassName
{
border-color: #F14466;
}
</style>