Shades of Radical Red #F13168
Tints of Radical Red #F13168
RGB
CMYK
RGB Variations
Color information
#F13168 (or 0xF13168) is known color: Radical Red. HEX triplet: F1, 31 and 68. RGB value is (241,49,104). Sum of RGB (Red+Green+Blue) = 241+49+104=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F13168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13168 is #0ECE97. Grayscale: #707070. Windows color (decimal): -970392 or 6828529. OLE color: 6828529.
HSL color Cylindrical-coordinate representation of color #F13168: hue angle of 342.81º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F13168 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 104 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.05 |
| HSL | 342.81º | 0.87% | 0.57% | - |
| HSV(B) | 342.81º | 0.8% | 0.95% | - |
| XYZ | 39.87 | 21.9 | 15.22 | - |
| YUV | 112.68 | 123.11 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 104 | 0 | 0.80 | 0.57 | 0.05 | 342.81 | 0.87 | 0.57 |
| Hex | F1 | 31 | 68 | 0 | 50 | 39 | 5 | 157 | 57 | 39 |
| Octal | 361 | 61 | 150 | 0 | 120 | 71 | 5 | 527 | 127 | 71 |
| Binary | 11110001 | 110001 | 1101000 | 0 | 1010000 | 111001 | 101 | 101010111 | 1010111 | 111001 |
Color Harmonies of #F13168
Complementary color
Monochromatic Colors of #F13168
Black with #F13168
Text Example
Text Example
White with #F13168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13168; }
p { color: rgb(241,49,104); }
H1.HeaderClassName
{
color: #F13168;
}
.AnyTagClassName
{
color: #F13168;
}
</style>
background-color css
<style>
a { background-color: #F13168; }
a { background-color: rgb(241,49,104); }
div.DivClassName
{
background-color: #F13168;
}
.BgClassName
{
background-color: #F13168;
}
</style>
border-color css
<style>
span { border-color: #F13168; }
span { border-color: rgb(241,49,104); }
td.TdClassName
{
border-color: #F13168;
}
.TagClassName
{
border-color: #F13168;
}
</style>