Shades of Radical Red #F13E6C
Tints of Radical Red #F13E6C
RGB
CMYK
RGB Variations
Color information
#F13E6C (or 0xF13E6C) is known color: Radical Red. HEX triplet: F1, 3E and 6C. RGB value is (241,62,108). Sum of RGB (Red+Green+Blue) = 241+62+108=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13E6C is #0EC193. Grayscale: #787878. Windows color (decimal): -967060 or 7094001. OLE color: 7094001.
HSL color Cylindrical-coordinate representation of color #F13E6C: hue angle of 344.58º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13E6C is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 62 | 108 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.05 |
| HSL | 344.58º | 0.86% | 0.59% | - |
| HSV(B) | 344.58º | 0.74% | 0.95% | - |
| XYZ | 40.71 | 23.23 | 16.53 | - |
| YUV | 120.77 | 120.8 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 62 | 108 | 0 | 0.74 | 0.55 | 0.05 | 344.58 | 0.86 | 0.59 |
| Hex | F1 | 3E | 6C | 0 | 4A | 37 | 5 | 159 | 56 | 3B |
| Octal | 361 | 76 | 154 | 0 | 112 | 67 | 5 | 531 | 126 | 73 |
| Binary | 11110001 | 111110 | 1101100 | 0 | 1001010 | 110111 | 101 | 101011001 | 1010110 | 111011 |
Color Harmonies of #F13E6C
Complementary color
Monochromatic Colors of #F13E6C
Black with #F13E6C
Text Example
Text Example
White with #F13E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13E6C; }
p { color: rgb(241,62,108); }
H1.HeaderClassName
{
color: #F13E6C;
}
.AnyTagClassName
{
color: #F13E6C;
}
</style>
background-color css
<style>
a { background-color: #F13E6C; }
a { background-color: rgb(241,62,108); }
div.DivClassName
{
background-color: #F13E6C;
}
.BgClassName
{
background-color: #F13E6C;
}
</style>
border-color css
<style>
span { border-color: #F13E6C; }
span { border-color: rgb(241,62,108); }
td.TdClassName
{
border-color: #F13E6C;
}
.TagClassName
{
border-color: #F13E6C;
}
</style>