Shades of Radical Red #F3365D
Tints of Radical Red #F3365D
RGB
CMYK
RGB Variations
Color information
#F3365D (or 0xF3365D) is known color: Radical Red. HEX triplet: F3, 36 and 5D. RGB value is (243,54,93). Sum of RGB (Red+Green+Blue) = 243+54+93=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F3365D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3365D is #0CC9A2. Grayscale: #727272. Windows color (decimal): -838051 or 6108915. OLE color: 6108915.
HSL color Cylindrical-coordinate representation of color #F3365D: hue angle of 347.62º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F3365D is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 54 | 93 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.05 |
| HSL | 347.62º | 0.89% | 0.58% | - |
| HSV(B) | 347.62º | 0.78% | 0.95% | - |
| XYZ | 40.26 | 22.48 | 12.57 | - |
| YUV | 114.96 | 115.62 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 54 | 93 | 0 | 0.78 | 0.62 | 0.05 | 347.62 | 0.89 | 0.58 |
| Hex | F3 | 36 | 5D | 0 | 4E | 3E | 5 | 15C | 59 | 3A |
| Octal | 363 | 66 | 135 | 0 | 116 | 76 | 5 | 534 | 131 | 72 |
| Binary | 11110011 | 110110 | 1011101 | 0 | 1001110 | 111110 | 101 | 101011100 | 1011001 | 111010 |
Color Harmonies of #F3365D
Complementary color
Monochromatic Colors of #F3365D
Black with #F3365D
Text Example
Text Example
White with #F3365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3365D; }
p { color: rgb(243,54,93); }
H1.HeaderClassName
{
color: #F3365D;
}
.AnyTagClassName
{
color: #F3365D;
}
</style>
background-color css
<style>
a { background-color: #F3365D; }
a { background-color: rgb(243,54,93); }
div.DivClassName
{
background-color: #F3365D;
}
.BgClassName
{
background-color: #F3365D;
}
</style>
border-color css
<style>
span { border-color: #F3365D; }
span { border-color: rgb(243,54,93); }
td.TdClassName
{
border-color: #F3365D;
}
.TagClassName
{
border-color: #F3365D;
}
</style>