Shades of Radical Red #FF336B
Tints of Radical Red #FF336B
RGB
CMYK
RGB Variations
Color information
#FF336B (or 0xFF336B) is known color: Radical Red. HEX triplet: FF, 33 and 6B. RGB value is (255,51,107). Sum of RGB (Red+Green+Blue) = 255+51+107=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF336B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF336B is #00CC94. Grayscale: #767676. Windows color (decimal): -52373 or 7025663. OLE color: 7025663.
HSL color Cylindrical-coordinate representation of color #FF336B: hue angle of 343.53º 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 #FF336B is Cyan = 0, Magento = 0.8, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 107 | - |
| CMYK | 0 | 0.8 | 0.58 | 0 |
| HSL | 343.53º | 1% | 0.6% | - |
| HSV(B) | 343.53º | 0.8% | 1% | - |
| XYZ | 45.08 | 24.69 | 16.3 | - |
| YUV | 118.38 | 121.59 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 107 | 0 | 0.8 | 0.58 | 0 | 343.53 | 1 | 0.6 |
| Hex | FF | 33 | 6B | 0 | 50 | 3A | 0 | 158 | 64 | 3C |
| Octal | 377 | 63 | 153 | 0 | 120 | 72 | 0 | 530 | 144 | 74 |
| Binary | 11111111 | 110011 | 1101011 | 0 | 1010000 | 111010 | 0 | 101011000 | 1100100 | 111100 |
Color Harmonies of #FF336B
Complementary color
Monochromatic Colors of #FF336B
Black with #FF336B
Text Example
Text Example
White with #FF336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF336B; }
p { color: rgb(255,51,107); }
H1.HeaderClassName
{
color: #FF336B;
}
.AnyTagClassName
{
color: #FF336B;
}
</style>
background-color css
<style>
a { background-color: #FF336B; }
a { background-color: rgb(255,51,107); }
div.DivClassName
{
background-color: #FF336B;
}
.BgClassName
{
background-color: #FF336B;
}
</style>
border-color css
<style>
span { border-color: #FF336B; }
span { border-color: rgb(255,51,107); }
td.TdClassName
{
border-color: #FF336B;
}
.TagClassName
{
border-color: #FF336B;
}
</style>