Shades of Radical Red #FF346B
Tints of Radical Red #FF346B
RGB
CMYK
RGB Variations
Color information
#FF346B (or 0xFF346B) is known color: Radical Red. HEX triplet: FF, 34 and 6B. RGB value is (255,52,107). Sum of RGB (Red+Green+Blue) = 255+52+107=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF346B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF346B is #00CB94. Grayscale: #767676. Windows color (decimal): -52117 or 7025919. OLE color: 7025919.
HSL color Cylindrical-coordinate representation of color #FF346B: hue angle of 343.74º 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 #FF346B is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 107 | - |
| CMYK | 0 | 0.80 | 0.58 | 0 |
| HSL | 343.74º | 1% | 0.6% | - |
| HSV(B) | 343.74º | 0.8% | 1% | - |
| XYZ | 45.12 | 24.78 | 16.31 | - |
| YUV | 118.97 | 121.25 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 107 | 0 | 0.80 | 0.58 | 0 | 343.74 | 1 | 0.6 |
| Hex | FF | 34 | 6B | 0 | 50 | 3A | 0 | 158 | 64 | 3C |
| Octal | 377 | 64 | 153 | 0 | 120 | 72 | 0 | 530 | 144 | 74 |
| Binary | 11111111 | 110100 | 1101011 | 0 | 1010000 | 111010 | 0 | 101011000 | 1100100 | 111100 |
Color Harmonies of #FF346B
Complementary color
Monochromatic Colors of #FF346B
Black with #FF346B
Text Example
Text Example
White with #FF346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF346B; }
p { color: rgb(255,52,107); }
H1.HeaderClassName
{
color: #FF346B;
}
.AnyTagClassName
{
color: #FF346B;
}
</style>
background-color css
<style>
a { background-color: #FF346B; }
a { background-color: rgb(255,52,107); }
div.DivClassName
{
background-color: #FF346B;
}
.BgClassName
{
background-color: #FF346B;
}
</style>
border-color css
<style>
span { border-color: #FF346B; }
span { border-color: rgb(255,52,107); }
td.TdClassName
{
border-color: #FF346B;
}
.TagClassName
{
border-color: #FF346B;
}
</style>