Shades of Radical Red #FF3468
Tints of Radical Red #FF3468
RGB
CMYK
RGB Variations
Color information
#FF3468 (or 0xFF3468) is known color: Radical Red. HEX triplet: FF, 34 and 68. RGB value is (255,52,104). Sum of RGB (Red+Green+Blue) = 255+52+104=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3468 is #00CB97. Grayscale: #767676. Windows color (decimal): -52120 or 6829311. OLE color: 6829311.
HSL color Cylindrical-coordinate representation of color #FF3468: hue angle of 344.63º 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 #FF3468 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 104 | - |
| CMYK | 0 | 0.80 | 0.59 | 0 |
| HSL | 344.63º | 1% | 0.6% | - |
| HSV(B) | 344.63º | 0.8% | 1% | - |
| XYZ | 44.97 | 24.72 | 15.5 | - |
| YUV | 118.63 | 119.75 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 104 | 0 | 0.80 | 0.59 | 0 | 344.63 | 1 | 0.6 |
| Hex | FF | 34 | 68 | 0 | 50 | 3B | 0 | 159 | 64 | 3C |
| Octal | 377 | 64 | 150 | 0 | 120 | 73 | 0 | 531 | 144 | 74 |
| Binary | 11111111 | 110100 | 1101000 | 0 | 1010000 | 111011 | 0 | 101011001 | 1100100 | 111100 |
Color Harmonies of #FF3468
Complementary color
Monochromatic Colors of #FF3468
Black with #FF3468
Text Example
Text Example
White with #FF3468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3468; }
p { color: rgb(255,52,104); }
H1.HeaderClassName
{
color: #FF3468;
}
.AnyTagClassName
{
color: #FF3468;
}
</style>
background-color css
<style>
a { background-color: #FF3468; }
a { background-color: rgb(255,52,104); }
div.DivClassName
{
background-color: #FF3468;
}
.BgClassName
{
background-color: #FF3468;
}
</style>
border-color css
<style>
span { border-color: #FF3468; }
span { border-color: rgb(255,52,104); }
td.TdClassName
{
border-color: #FF3468;
}
.TagClassName
{
border-color: #FF3468;
}
</style>