Shades of Radical Red #F14268
Tints of Radical Red #F14268
RGB
CMYK
RGB Variations
Color information
#F14268 (or 0xF14268) is known color: Radical Red. HEX triplet: F1, 42 and 68. RGB value is (241,66,104). Sum of RGB (Red+Green+Blue) = 241+66+104=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F14268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14268 is #0EBD97. Grayscale: #7A7A7A. Windows color (decimal): -966040 or 6832881. OLE color: 6832881.
HSL color Cylindrical-coordinate representation of color #F14268: hue angle of 346.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14268 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 104 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.05 |
| HSL | 346.97º | 0.86% | 0.6% | - |
| HSV(B) | 346.97º | 0.73% | 0.95% | - |
| XYZ | 40.72 | 23.6 | 15.51 | - |
| YUV | 122.66 | 117.48 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 104 | 0 | 0.73 | 0.57 | 0.05 | 346.97 | 0.86 | 0.6 |
| Hex | F1 | 42 | 68 | 0 | 49 | 39 | 5 | 15B | 56 | 3C |
| Octal | 361 | 102 | 150 | 0 | 111 | 71 | 5 | 533 | 126 | 74 |
| Binary | 11110001 | 1000010 | 1101000 | 0 | 1001001 | 111001 | 101 | 101011011 | 1010110 | 111100 |
Color Harmonies of #F14268
Complementary color
Monochromatic Colors of #F14268
Black with #F14268
Text Example
Text Example
White with #F14268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14268; }
p { color: rgb(241,66,104); }
H1.HeaderClassName
{
color: #F14268;
}
.AnyTagClassName
{
color: #F14268;
}
</style>
background-color css
<style>
a { background-color: #F14268; }
a { background-color: rgb(241,66,104); }
div.DivClassName
{
background-color: #F14268;
}
.BgClassName
{
background-color: #F14268;
}
</style>
border-color css
<style>
span { border-color: #F14268; }
span { border-color: rgb(241,66,104); }
td.TdClassName
{
border-color: #F14268;
}
.TagClassName
{
border-color: #F14268;
}
</style>