Shades of Radical Red #F14867
Tints of Radical Red #F14867
RGB
CMYK
RGB Variations
Color information
#F14867 (or 0xF14867) is known color: Radical Red. HEX triplet: F1, 48 and 67. RGB value is (241,72,103). Sum of RGB (Red+Green+Blue) = 241+72+103=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F14867 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14867 is #0EB798. Grayscale: #7E7E7E. Windows color (decimal): -964505 or 6768881. OLE color: 6768881.
HSL color Cylindrical-coordinate representation of color #F14867: hue angle of 348.99º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14867 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 103 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.05 |
| HSL | 348.99º | 0.86% | 0.61% | - |
| HSV(B) | 348.99º | 0.7% | 0.95% | - |
| XYZ | 41.04 | 24.31 | 15.36 | - |
| YUV | 126.07 | 114.99 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 103 | 0 | 0.70 | 0.57 | 0.05 | 348.99 | 0.86 | 0.61 |
| Hex | F1 | 48 | 67 | 0 | 46 | 39 | 5 | 15D | 56 | 3D |
| Octal | 361 | 110 | 147 | 0 | 106 | 71 | 5 | 535 | 126 | 75 |
| Binary | 11110001 | 1001000 | 1100111 | 0 | 1000110 | 111001 | 101 | 101011101 | 1010110 | 111101 |
Color Harmonies of #F14867
Complementary color
Monochromatic Colors of #F14867
Black with #F14867
Text Example
Text Example
White with #F14867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14867; }
p { color: rgb(241,72,103); }
H1.HeaderClassName
{
color: #F14867;
}
.AnyTagClassName
{
color: #F14867;
}
</style>
background-color css
<style>
a { background-color: #F14867; }
a { background-color: rgb(241,72,103); }
div.DivClassName
{
background-color: #F14867;
}
.BgClassName
{
background-color: #F14867;
}
</style>
border-color css
<style>
span { border-color: #F14867; }
span { border-color: rgb(241,72,103); }
td.TdClassName
{
border-color: #F14867;
}
.TagClassName
{
border-color: #F14867;
}
</style>