Shades of Radical Red #F14467
Tints of Radical Red #F14467
RGB
CMYK
RGB Variations
Color information
#F14467 (or 0xF14467) is known color: Radical Red. HEX triplet: F1, 44 and 67. RGB value is (241,68,103). Sum of RGB (Red+Green+Blue) = 241+68+103=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F14467 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14467 is #0EBB98. Grayscale: #7B7B7B. Windows color (decimal): -965529 or 6767857. OLE color: 6767857.
HSL color Cylindrical-coordinate representation of color #F14467: hue angle of 347.86º 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 #F14467 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 103 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.05 |
| HSL | 347.86º | 0.86% | 0.61% | - |
| HSV(B) | 347.86º | 0.72% | 0.95% | - |
| XYZ | 40.79 | 23.81 | 15.28 | - |
| YUV | 123.72 | 116.31 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 103 | 0 | 0.72 | 0.57 | 0.05 | 347.86 | 0.86 | 0.61 |
| Hex | F1 | 44 | 67 | 0 | 48 | 39 | 5 | 15C | 56 | 3D |
| Octal | 361 | 104 | 147 | 0 | 110 | 71 | 5 | 534 | 126 | 75 |
| Binary | 11110001 | 1000100 | 1100111 | 0 | 1001000 | 111001 | 101 | 101011100 | 1010110 | 111101 |
Color Harmonies of #F14467
Complementary color
Monochromatic Colors of #F14467
Black with #F14467
Text Example
Text Example
White with #F14467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14467; }
p { color: rgb(241,68,103); }
H1.HeaderClassName
{
color: #F14467;
}
.AnyTagClassName
{
color: #F14467;
}
</style>
background-color css
<style>
a { background-color: #F14467; }
a { background-color: rgb(241,68,103); }
div.DivClassName
{
background-color: #F14467;
}
.BgClassName
{
background-color: #F14467;
}
</style>
border-color css
<style>
span { border-color: #F14467; }
span { border-color: rgb(241,68,103); }
td.TdClassName
{
border-color: #F14467;
}
.TagClassName
{
border-color: #F14467;
}
</style>