Shades of Radical Red #FF345F
Tints of Radical Red #FF345F
RGB
CMYK
RGB Variations
Color information
#FF345F (or 0xFF345F) is known color: Radical Red. HEX triplet: FF, 34 and 5F. RGB value is (255,52,95). Sum of RGB (Red+Green+Blue) = 255+52+95=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF345F is #00CBA0. Grayscale: #757575. Windows color (decimal): -52129 or 6239487. OLE color: 6239487.
HSL color Cylindrical-coordinate representation of color #FF345F: hue angle of 347.29º 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 #FF345F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 95 | - |
| CMYK | 0 | 0.80 | 0.63 | 0 |
| HSL | 347.29º | 1% | 0.6% | - |
| HSV(B) | 347.29º | 0.8% | 1% | - |
| XYZ | 44.53 | 24.54 | 13.22 | - |
| YUV | 117.6 | 115.25 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 95 | 0 | 0.80 | 0.63 | 0 | 347.29 | 1 | 0.6 |
| Hex | FF | 34 | 5F | 0 | 50 | 3F | 0 | 15B | 64 | 3C |
| Octal | 377 | 64 | 137 | 0 | 120 | 77 | 0 | 533 | 144 | 74 |
| Binary | 11111111 | 110100 | 1011111 | 0 | 1010000 | 111111 | 0 | 101011011 | 1100100 | 111100 |
Color Harmonies of #FF345F
Complementary color
Monochromatic Colors of #FF345F
Black with #FF345F
Text Example
Text Example
White with #FF345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF345F; }
p { color: rgb(255,52,95); }
H1.HeaderClassName
{
color: #FF345F;
}
.AnyTagClassName
{
color: #FF345F;
}
</style>
background-color css
<style>
a { background-color: #FF345F; }
a { background-color: rgb(255,52,95); }
div.DivClassName
{
background-color: #FF345F;
}
.BgClassName
{
background-color: #FF345F;
}
</style>
border-color css
<style>
span { border-color: #FF345F; }
span { border-color: rgb(255,52,95); }
td.TdClassName
{
border-color: #FF345F;
}
.TagClassName
{
border-color: #FF345F;
}
</style>