Shades of Radical Red #F13D6C
Tints of Radical Red #F13D6C
RGB
CMYK
RGB Variations
Color information
#F13D6C (or 0xF13D6C) is known color: Radical Red. HEX triplet: F1, 3D and 6C. RGB value is (241,61,108). Sum of RGB (Red+Green+Blue) = 241+61+108=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13D6C is #0EC293. Grayscale: #787878. Windows color (decimal): -967316 or 7093745. OLE color: 7093745.
HSL color Cylindrical-coordinate representation of color #F13D6C: hue angle of 344.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F13D6C is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 61 | 108 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.05 |
| HSL | 344.33º | 0.87% | 0.59% | - |
| HSV(B) | 344.33º | 0.75% | 0.95% | - |
| XYZ | 40.65 | 23.12 | 16.51 | - |
| YUV | 120.18 | 121.13 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 61 | 108 | 0 | 0.75 | 0.55 | 0.05 | 344.33 | 0.87 | 0.59 |
| Hex | F1 | 3D | 6C | 0 | 4B | 37 | 5 | 158 | 57 | 3B |
| Octal | 361 | 75 | 154 | 0 | 113 | 67 | 5 | 530 | 127 | 73 |
| Binary | 11110001 | 111101 | 1101100 | 0 | 1001011 | 110111 | 101 | 101011000 | 1010111 | 111011 |
Color Harmonies of #F13D6C
Complementary color
Monochromatic Colors of #F13D6C
Black with #F13D6C
Text Example
Text Example
White with #F13D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13D6C; }
p { color: rgb(241,61,108); }
H1.HeaderClassName
{
color: #F13D6C;
}
.AnyTagClassName
{
color: #F13D6C;
}
</style>
background-color css
<style>
a { background-color: #F13D6C; }
a { background-color: rgb(241,61,108); }
div.DivClassName
{
background-color: #F13D6C;
}
.BgClassName
{
background-color: #F13D6C;
}
</style>
border-color css
<style>
span { border-color: #F13D6C; }
span { border-color: rgb(241,61,108); }
td.TdClassName
{
border-color: #F13D6C;
}
.TagClassName
{
border-color: #F13D6C;
}
</style>