Shades of Radical Red #F3345A
Tints of Radical Red #F3345A
RGB
CMYK
RGB Variations
Color information
#F3345A (or 0xF3345A) is known color: Radical Red. HEX triplet: F3, 34 and 5A. RGB value is (243,52,90). Sum of RGB (Red+Green+Blue) = 243+52+90=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F3345A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3345A is #0CCBA5. Grayscale: #717171. Windows color (decimal): -838566 or 5911795. OLE color: 5911795.
HSL color Cylindrical-coordinate representation of color #F3345A: hue angle of 348.06º 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 #F3345A is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 90 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.05 |
| HSL | 348.06º | 0.89% | 0.58% | - |
| HSV(B) | 348.06º | 0.79% | 0.95% | - |
| XYZ | 40.04 | 22.25 | 11.86 | - |
| YUV | 113.44 | 114.78 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 90 | 0 | 0.79 | 0.63 | 0.05 | 348.06 | 0.89 | 0.58 |
| Hex | F3 | 34 | 5A | 0 | 4F | 3F | 5 | 15C | 59 | 3A |
| Octal | 363 | 64 | 132 | 0 | 117 | 77 | 5 | 534 | 131 | 72 |
| Binary | 11110011 | 110100 | 1011010 | 0 | 1001111 | 111111 | 101 | 101011100 | 1011001 | 111010 |
Color Harmonies of #F3345A
Complementary color
Monochromatic Colors of #F3345A
Black with #F3345A
Text Example
Text Example
White with #F3345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3345A; }
p { color: rgb(243,52,90); }
H1.HeaderClassName
{
color: #F3345A;
}
.AnyTagClassName
{
color: #F3345A;
}
</style>
background-color css
<style>
a { background-color: #F3345A; }
a { background-color: rgb(243,52,90); }
div.DivClassName
{
background-color: #F3345A;
}
.BgClassName
{
background-color: #F3345A;
}
</style>
border-color css
<style>
span { border-color: #F3345A; }
span { border-color: rgb(243,52,90); }
td.TdClassName
{
border-color: #F3345A;
}
.TagClassName
{
border-color: #F3345A;
}
</style>