Shades of Radical Red #F3385E
Tints of Radical Red #F3385E
RGB
CMYK
RGB Variations
Color information
#F3385E (or 0xF3385E) is known color: Radical Red. HEX triplet: F3, 38 and 5E. RGB value is (243,56,94). Sum of RGB (Red+Green+Blue) = 243+56+94=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F3385E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3385E is #0CC7A1. Grayscale: #747474. Windows color (decimal): -837538 or 6174963. OLE color: 6174963.
HSL color Cylindrical-coordinate representation of color #F3385E: hue angle of 347.81º 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 #F3385E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 94 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.05 |
| HSL | 347.81º | 0.89% | 0.59% | - |
| HSV(B) | 347.81º | 0.77% | 0.95% | - |
| XYZ | 40.4 | 22.69 | 12.84 | - |
| YUV | 116.25 | 115.45 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 94 | 0 | 0.77 | 0.61 | 0.05 | 347.81 | 0.89 | 0.59 |
| Hex | F3 | 38 | 5E | 0 | 4D | 3D | 5 | 15C | 59 | 3B |
| Octal | 363 | 70 | 136 | 0 | 115 | 75 | 5 | 534 | 131 | 73 |
| Binary | 11110011 | 111000 | 1011110 | 0 | 1001101 | 111101 | 101 | 101011100 | 1011001 | 111011 |
Color Harmonies of #F3385E
Complementary color
Monochromatic Colors of #F3385E
Black with #F3385E
Text Example
Text Example
White with #F3385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3385E; }
p { color: rgb(243,56,94); }
H1.HeaderClassName
{
color: #F3385E;
}
.AnyTagClassName
{
color: #F3385E;
}
</style>
background-color css
<style>
a { background-color: #F3385E; }
a { background-color: rgb(243,56,94); }
div.DivClassName
{
background-color: #F3385E;
}
.BgClassName
{
background-color: #F3385E;
}
</style>
border-color css
<style>
span { border-color: #F3385E; }
span { border-color: rgb(243,56,94); }
td.TdClassName
{
border-color: #F3385E;
}
.TagClassName
{
border-color: #F3385E;
}
</style>