Shades of Radical Red #F3345C
Tints of Radical Red #F3345C
RGB
CMYK
RGB Variations
Color information
#F3345C (or 0xF3345C) is known color: Radical Red. HEX triplet: F3, 34 and 5C. RGB value is (243,52,92). Sum of RGB (Red+Green+Blue) = 243+52+92=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F3345C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3345C is #0CCBA3. Grayscale: #717171. Windows color (decimal): -838564 or 6042867. OLE color: 6042867.
HSL color Cylindrical-coordinate representation of color #F3345C: hue angle of 347.43º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3345C is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 92 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.05 |
| HSL | 347.43º | 0.89% | 0.58% | - |
| HSV(B) | 347.43º | 0.79% | 0.95% | - |
| XYZ | 40.12 | 22.28 | 12.31 | - |
| YUV | 113.67 | 115.78 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 92 | 0 | 0.79 | 0.62 | 0.05 | 347.43 | 0.89 | 0.58 |
| Hex | F3 | 34 | 5C | 0 | 4F | 3E | 5 | 15B | 59 | 3A |
| Octal | 363 | 64 | 134 | 0 | 117 | 76 | 5 | 533 | 131 | 72 |
| Binary | 11110011 | 110100 | 1011100 | 0 | 1001111 | 111110 | 101 | 101011011 | 1011001 | 111010 |
Color Harmonies of #F3345C
Complementary color
Monochromatic Colors of #F3345C
Black with #F3345C
Text Example
Text Example
White with #F3345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3345C; }
p { color: rgb(243,52,92); }
H1.HeaderClassName
{
color: #F3345C;
}
.AnyTagClassName
{
color: #F3345C;
}
</style>
background-color css
<style>
a { background-color: #F3345C; }
a { background-color: rgb(243,52,92); }
div.DivClassName
{
background-color: #F3345C;
}
.BgClassName
{
background-color: #F3345C;
}
</style>
border-color css
<style>
span { border-color: #F3345C; }
span { border-color: rgb(243,52,92); }
td.TdClassName
{
border-color: #F3345C;
}
.TagClassName
{
border-color: #F3345C;
}
</style>