Shades of Radical Red #F13A5C
Tints of Radical Red #F13A5C
RGB
CMYK
RGB Variations
Color information
#F13A5C (or 0xF13A5C) is known color: Radical Red. HEX triplet: F1, 3A and 5C. RGB value is (241,58,92). Sum of RGB (Red+Green+Blue) = 241+58+92=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13A5C is #0EC5A3. Grayscale: #747474. Windows color (decimal): -968100 or 6044401. OLE color: 6044401.
HSL color Cylindrical-coordinate representation of color #F13A5C: hue angle of 348.85º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13A5C is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 92 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.05 |
| HSL | 348.85º | 0.87% | 0.59% | - |
| HSV(B) | 348.85º | 0.76% | 0.95% | - |
| XYZ | 39.72 | 22.5 | 12.37 | - |
| YUV | 116.59 | 114.13 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 92 | 0 | 0.76 | 0.62 | 0.05 | 348.85 | 0.87 | 0.59 |
| Hex | F1 | 3A | 5C | 0 | 4C | 3E | 5 | 15D | 57 | 3B |
| Octal | 361 | 72 | 134 | 0 | 114 | 76 | 5 | 535 | 127 | 73 |
| Binary | 11110001 | 111010 | 1011100 | 0 | 1001100 | 111110 | 101 | 101011101 | 1010111 | 111011 |
Color Harmonies of #F13A5C
Complementary color
Monochromatic Colors of #F13A5C
Black with #F13A5C
Text Example
Text Example
White with #F13A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13A5C; }
p { color: rgb(241,58,92); }
H1.HeaderClassName
{
color: #F13A5C;
}
.AnyTagClassName
{
color: #F13A5C;
}
</style>
background-color css
<style>
a { background-color: #F13A5C; }
a { background-color: rgb(241,58,92); }
div.DivClassName
{
background-color: #F13A5C;
}
.BgClassName
{
background-color: #F13A5C;
}
</style>
border-color css
<style>
span { border-color: #F13A5C; }
span { border-color: rgb(241,58,92); }
td.TdClassName
{
border-color: #F13A5C;
}
.TagClassName
{
border-color: #F13A5C;
}
</style>