Shades of Radical Red #F1445D
Tints of Radical Red #F1445D
RGB
CMYK
RGB Variations
Color information
#F1445D (or 0xF1445D) is known color: Radical Red. HEX triplet: F1, 44 and 5D. RGB value is (241,68,93). Sum of RGB (Red+Green+Blue) = 241+68+93=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F1445D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1445D is #0EBBA2. Grayscale: #7A7A7A. Windows color (decimal): -965539 or 6112497. OLE color: 6112497.
HSL color Cylindrical-coordinate representation of color #F1445D: hue angle of 351.33º 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 #F1445D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 93 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.05 |
| HSL | 351.33º | 0.86% | 0.61% | - |
| HSV(B) | 351.33º | 0.72% | 0.95% | - |
| XYZ | 40.32 | 23.63 | 12.79 | - |
| YUV | 122.58 | 111.31 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 93 | 0 | 0.72 | 0.61 | 0.05 | 351.33 | 0.86 | 0.61 |
| Hex | F1 | 44 | 5D | 0 | 48 | 3D | 5 | 15F | 56 | 3D |
| Octal | 361 | 104 | 135 | 0 | 110 | 75 | 5 | 537 | 126 | 75 |
| Binary | 11110001 | 1000100 | 1011101 | 0 | 1001000 | 111101 | 101 | 101011111 | 1010110 | 111101 |
Color Harmonies of #F1445D
Complementary color
Monochromatic Colors of #F1445D
Black with #F1445D
Text Example
Text Example
White with #F1445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1445D; }
p { color: rgb(241,68,93); }
H1.HeaderClassName
{
color: #F1445D;
}
.AnyTagClassName
{
color: #F1445D;
}
</style>
background-color css
<style>
a { background-color: #F1445D; }
a { background-color: rgb(241,68,93); }
div.DivClassName
{
background-color: #F1445D;
}
.BgClassName
{
background-color: #F1445D;
}
</style>
border-color css
<style>
span { border-color: #F1445D; }
span { border-color: rgb(241,68,93); }
td.TdClassName
{
border-color: #F1445D;
}
.TagClassName
{
border-color: #F1445D;
}
</style>