Shades of Radical Red #F1445C
Tints of Radical Red #F1445C
RGB
CMYK
RGB Variations
Color information
#F1445C (or 0xF1445C) is known color: Radical Red. HEX triplet: F1, 44 and 5C. RGB value is (241,68,92). Sum of RGB (Red+Green+Blue) = 241+68+92=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F1445C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1445C is #0EBBA3. Grayscale: #7A7A7A. Windows color (decimal): -965540 or 6046961. OLE color: 6046961.
HSL color Cylindrical-coordinate representation of color #F1445C: hue angle of 351.68º 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 #F1445C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 92 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.05 |
| HSL | 351.68º | 0.86% | 0.61% | - |
| HSV(B) | 351.68º | 0.72% | 0.95% | - |
| XYZ | 40.27 | 23.61 | 12.56 | - |
| YUV | 122.46 | 110.81 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 92 | 0 | 0.72 | 0.62 | 0.05 | 351.68 | 0.86 | 0.61 |
| Hex | F1 | 44 | 5C | 0 | 48 | 3E | 5 | 160 | 56 | 3D |
| Octal | 361 | 104 | 134 | 0 | 110 | 76 | 5 | 540 | 126 | 75 |
| Binary | 11110001 | 1000100 | 1011100 | 0 | 1001000 | 111110 | 101 | 101100000 | 1010110 | 111101 |
Color Harmonies of #F1445C
Complementary color
Monochromatic Colors of #F1445C
Black with #F1445C
Text Example
Text Example
White with #F1445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1445C; }
p { color: rgb(241,68,92); }
H1.HeaderClassName
{
color: #F1445C;
}
.AnyTagClassName
{
color: #F1445C;
}
</style>
background-color css
<style>
a { background-color: #F1445C; }
a { background-color: rgb(241,68,92); }
div.DivClassName
{
background-color: #F1445C;
}
.BgClassName
{
background-color: #F1445C;
}
</style>
border-color css
<style>
span { border-color: #F1445C; }
span { border-color: rgb(241,68,92); }
td.TdClassName
{
border-color: #F1445C;
}
.TagClassName
{
border-color: #F1445C;
}
</style>