Shades of Radical Red #F3346A
Tints of Radical Red #F3346A
RGB
CMYK
RGB Variations
Color information
#F3346A (or 0xF3346A) is known color: Radical Red. HEX triplet: F3, 34 and 6A. RGB value is (243,52,106). Sum of RGB (Red+Green+Blue) = 243+52+106=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F3346A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3346A is #0CCB95. Grayscale: #737373. Windows color (decimal): -838550 or 6960371. OLE color: 6960371.
HSL color Cylindrical-coordinate representation of color #F3346A: hue angle of 343.04º 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 #F3346A is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 106 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.05 |
| HSL | 343.04º | 0.89% | 0.58% | - |
| HSV(B) | 343.04º | 0.79% | 0.95% | - |
| XYZ | 40.79 | 22.55 | 15.84 | - |
| YUV | 115.27 | 122.78 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 106 | 0 | 0.79 | 0.56 | 0.05 | 343.04 | 0.89 | 0.58 |
| Hex | F3 | 34 | 6A | 0 | 4F | 38 | 5 | 157 | 59 | 3A |
| Octal | 363 | 64 | 152 | 0 | 117 | 70 | 5 | 527 | 131 | 72 |
| Binary | 11110011 | 110100 | 1101010 | 0 | 1001111 | 111000 | 101 | 101010111 | 1011001 | 111010 |
Color Harmonies of #F3346A
Complementary color
Monochromatic Colors of #F3346A
Black with #F3346A
Text Example
Text Example
White with #F3346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3346A; }
p { color: rgb(243,52,106); }
H1.HeaderClassName
{
color: #F3346A;
}
.AnyTagClassName
{
color: #F3346A;
}
</style>
background-color css
<style>
a { background-color: #F3346A; }
a { background-color: rgb(243,52,106); }
div.DivClassName
{
background-color: #F3346A;
}
.BgClassName
{
background-color: #F3346A;
}
</style>
border-color css
<style>
span { border-color: #F3346A; }
span { border-color: rgb(243,52,106); }
td.TdClassName
{
border-color: #F3346A;
}
.TagClassName
{
border-color: #F3346A;
}
</style>