Shades of Radical Red #FF346D
Tints of Radical Red #FF346D
RGB
CMYK
RGB Variations
Color information
#FF346D (or 0xFF346D) is known color: Radical Red. HEX triplet: FF, 34 and 6D. RGB value is (255,52,109). Sum of RGB (Red+Green+Blue) = 255+52+109=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF346D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF346D is #00CB92. Grayscale: #777777. Windows color (decimal): -52115 or 7156991. OLE color: 7156991.
HSL color Cylindrical-coordinate representation of color #FF346D: hue angle of 343.15º 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 #FF346D is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 109 | - |
| CMYK | 0 | 0.80 | 0.57 | 0 |
| HSL | 343.15º | 1% | 0.6% | - |
| HSV(B) | 343.15º | 0.8% | 1% | - |
| XYZ | 45.23 | 24.82 | 16.87 | - |
| YUV | 119.2 | 122.25 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 109 | 0 | 0.80 | 0.57 | 0 | 343.15 | 1 | 0.6 |
| Hex | FF | 34 | 6D | 0 | 50 | 39 | 0 | 157 | 64 | 3C |
| Octal | 377 | 64 | 155 | 0 | 120 | 71 | 0 | 527 | 144 | 74 |
| Binary | 11111111 | 110100 | 1101101 | 0 | 1010000 | 111001 | 0 | 101010111 | 1100100 | 111100 |
Color Harmonies of #FF346D
Complementary color
Monochromatic Colors of #FF346D
Black with #FF346D
Text Example
Text Example
White with #FF346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF346D; }
p { color: rgb(255,52,109); }
H1.HeaderClassName
{
color: #FF346D;
}
.AnyTagClassName
{
color: #FF346D;
}
</style>
background-color css
<style>
a { background-color: #FF346D; }
a { background-color: rgb(255,52,109); }
div.DivClassName
{
background-color: #FF346D;
}
.BgClassName
{
background-color: #FF346D;
}
</style>
border-color css
<style>
span { border-color: #FF346D; }
span { border-color: rgb(255,52,109); }
td.TdClassName
{
border-color: #FF346D;
}
.TagClassName
{
border-color: #FF346D;
}
</style>