Shades of Radical Red #FF345A
Tints of Radical Red #FF345A
RGB
CMYK
RGB Variations
Color information
#FF345A (or 0xFF345A) is known color: Radical Red. HEX triplet: FF, 34 and 5A. RGB value is (255,52,90). Sum of RGB (Red+Green+Blue) = 255+52+90=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF345A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF345A is #00CBA5. Grayscale: #757575. Windows color (decimal): -52134 or 5911807. OLE color: 5911807.
HSL color Cylindrical-coordinate representation of color #FF345A: hue angle of 348.77º 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 #FF345A is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 90 | - |
| CMYK | 0 | 0.80 | 0.65 | 0 |
| HSL | 348.77º | 1% | 0.6% | - |
| HSV(B) | 348.77º | 0.8% | 1% | - |
| XYZ | 44.31 | 24.45 | 12.06 | - |
| YUV | 117.03 | 112.75 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 90 | 0 | 0.80 | 0.65 | 0 | 348.77 | 1 | 0.6 |
| Hex | FF | 34 | 5A | 0 | 50 | 41 | 0 | 15D | 64 | 3C |
| Octal | 377 | 64 | 132 | 0 | 120 | 101 | 0 | 535 | 144 | 74 |
| Binary | 11111111 | 110100 | 1011010 | 0 | 1010000 | 1000001 | 0 | 101011101 | 1100100 | 111100 |
Color Harmonies of #FF345A
Complementary color
Monochromatic Colors of #FF345A
Black with #FF345A
Text Example
Text Example
White with #FF345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF345A; }
p { color: rgb(255,52,90); }
H1.HeaderClassName
{
color: #FF345A;
}
.AnyTagClassName
{
color: #FF345A;
}
</style>
background-color css
<style>
a { background-color: #FF345A; }
a { background-color: rgb(255,52,90); }
div.DivClassName
{
background-color: #FF345A;
}
.BgClassName
{
background-color: #FF345A;
}
</style>
border-color css
<style>
span { border-color: #FF345A; }
span { border-color: rgb(255,52,90); }
td.TdClassName
{
border-color: #FF345A;
}
.TagClassName
{
border-color: #FF345A;
}
</style>