Shades of Radical Red #F3385C
Tints of Radical Red #F3385C
RGB
CMYK
RGB Variations
Color information
#F3385C (or 0xF3385C) is known color: Radical Red. HEX triplet: F3, 38 and 5C. RGB value is (243,56,92). Sum of RGB (Red+Green+Blue) = 243+56+92=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F3385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3385C is #0CC7A3. Grayscale: #747474. Windows color (decimal): -837540 or 6043891. OLE color: 6043891.
HSL color Cylindrical-coordinate representation of color #F3385C: hue angle of 348.45º 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 #F3385C is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 92 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.05 |
| HSL | 348.45º | 0.89% | 0.59% | - |
| HSV(B) | 348.45º | 0.77% | 0.95% | - |
| XYZ | 40.31 | 22.66 | 12.37 | - |
| YUV | 116.02 | 114.45 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 92 | 0 | 0.77 | 0.62 | 0.05 | 348.45 | 0.89 | 0.59 |
| Hex | F3 | 38 | 5C | 0 | 4D | 3E | 5 | 15C | 59 | 3B |
| Octal | 363 | 70 | 134 | 0 | 115 | 76 | 5 | 534 | 131 | 73 |
| Binary | 11110011 | 111000 | 1011100 | 0 | 1001101 | 111110 | 101 | 101011100 | 1011001 | 111011 |
Color Harmonies of #F3385C
Complementary color
Monochromatic Colors of #F3385C
Black with #F3385C
Text Example
Text Example
White with #F3385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3385C; }
p { color: rgb(243,56,92); }
H1.HeaderClassName
{
color: #F3385C;
}
.AnyTagClassName
{
color: #F3385C;
}
</style>
background-color css
<style>
a { background-color: #F3385C; }
a { background-color: rgb(243,56,92); }
div.DivClassName
{
background-color: #F3385C;
}
.BgClassName
{
background-color: #F3385C;
}
</style>
border-color css
<style>
span { border-color: #F3385C; }
span { border-color: rgb(243,56,92); }
td.TdClassName
{
border-color: #F3385C;
}
.TagClassName
{
border-color: #F3385C;
}
</style>