Shades of Radical Red #FF346C
Tints of Radical Red #FF346C
RGB
CMYK
RGB Variations
Color information
#FF346C (or 0xFF346C) is known color: Radical Red. HEX triplet: FF, 34 and 6C. RGB value is (255,52,108). Sum of RGB (Red+Green+Blue) = 255+52+108=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF346C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF346C is #00CB93. Grayscale: #777777. Windows color (decimal): -52116 or 7091455. OLE color: 7091455.
HSL color Cylindrical-coordinate representation of color #FF346C: hue angle of 343.45º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF346C is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 108 | - |
| CMYK | 0 | 0.80 | 0.58 | 0 |
| HSL | 343.45º | 1% | 0.6% | - |
| HSV(B) | 343.45º | 0.8% | 1% | - |
| XYZ | 45.17 | 24.8 | 16.59 | - |
| YUV | 119.08 | 121.75 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 108 | 0 | 0.80 | 0.58 | 0 | 343.45 | 1 | 0.6 |
| Hex | FF | 34 | 6C | 0 | 50 | 3A | 0 | 157 | 64 | 3C |
| Octal | 377 | 64 | 154 | 0 | 120 | 72 | 0 | 527 | 144 | 74 |
| Binary | 11111111 | 110100 | 1101100 | 0 | 1010000 | 111010 | 0 | 101010111 | 1100100 | 111100 |
Color Harmonies of #FF346C
Complementary color
Monochromatic Colors of #FF346C
Black with #FF346C
Text Example
Text Example
White with #FF346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF346C; }
p { color: rgb(255,52,108); }
H1.HeaderClassName
{
color: #FF346C;
}
.AnyTagClassName
{
color: #FF346C;
}
</style>
background-color css
<style>
a { background-color: #FF346C; }
a { background-color: rgb(255,52,108); }
div.DivClassName
{
background-color: #FF346C;
}
.BgClassName
{
background-color: #FF346C;
}
</style>
border-color css
<style>
span { border-color: #FF346C; }
span { border-color: rgb(255,52,108); }
td.TdClassName
{
border-color: #FF346C;
}
.TagClassName
{
border-color: #FF346C;
}
</style>