Shades of Radical Red #F3386C
Tints of Radical Red #F3386C
RGB
CMYK
RGB Variations
Color information
#F3386C (or 0xF3386C) is known color: Radical Red. HEX triplet: F3, 38 and 6C. RGB value is (243,56,108). Sum of RGB (Red+Green+Blue) = 243+56+108=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F3386C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3386C is #0CC793. Grayscale: #757575. Windows color (decimal): -837524 or 7092467. OLE color: 7092467.
HSL color Cylindrical-coordinate representation of color #F3386C: hue angle of 343.32º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3386C is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 108 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.05 |
| HSL | 343.32º | 0.89% | 0.59% | - |
| HSV(B) | 343.32º | 0.77% | 0.95% | - |
| XYZ | 41.08 | 22.97 | 16.45 | - |
| YUV | 117.84 | 122.45 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 108 | 0 | 0.77 | 0.56 | 0.05 | 343.32 | 0.89 | 0.59 |
| Hex | F3 | 38 | 6C | 0 | 4D | 38 | 5 | 157 | 59 | 3B |
| Octal | 363 | 70 | 154 | 0 | 115 | 70 | 5 | 527 | 131 | 73 |
| Binary | 11110011 | 111000 | 1101100 | 0 | 1001101 | 111000 | 101 | 101010111 | 1011001 | 111011 |
Color Harmonies of #F3386C
Complementary color
Monochromatic Colors of #F3386C
Black with #F3386C
Text Example
Text Example
White with #F3386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3386C; }
p { color: rgb(243,56,108); }
H1.HeaderClassName
{
color: #F3386C;
}
.AnyTagClassName
{
color: #F3386C;
}
</style>
background-color css
<style>
a { background-color: #F3386C; }
a { background-color: rgb(243,56,108); }
div.DivClassName
{
background-color: #F3386C;
}
.BgClassName
{
background-color: #F3386C;
}
</style>
border-color css
<style>
span { border-color: #F3386C; }
span { border-color: rgb(243,56,108); }
td.TdClassName
{
border-color: #F3386C;
}
.TagClassName
{
border-color: #F3386C;
}
</style>