Shades of Radical Red #FF3B5D
Tints of Radical Red #FF3B5D
RGB
CMYK
RGB Variations
Color information
#FF3B5D (or 0xFF3B5D) is known color: Radical Red. HEX triplet: FF, 3B and 5D. RGB value is (255,59,93). Sum of RGB (Red+Green+Blue) = 255+59+93=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3B5D is #00C4A2. Grayscale: #797979. Windows color (decimal): -50339 or 6110207. OLE color: 6110207.
HSL color Cylindrical-coordinate representation of color #FF3B5D: hue angle of 349.59º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3B5D is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 93 | - |
| CMYK | 0 | 0.77 | 0.64 | 0 |
| HSL | 349.59º | 1% | 0.62% | - |
| HSV(B) | 349.59º | 0.77% | 1% | - |
| XYZ | 44.78 | 25.18 | 12.86 | - |
| YUV | 121.48 | 111.93 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 93 | 0 | 0.77 | 0.64 | 0 | 349.59 | 1 | 0.62 |
| Hex | FF | 3B | 5D | 0 | 4D | 40 | 0 | 15E | 64 | 3E |
| Octal | 377 | 73 | 135 | 0 | 115 | 100 | 0 | 536 | 144 | 76 |
| Binary | 11111111 | 111011 | 1011101 | 0 | 1001101 | 1000000 | 0 | 101011110 | 1100100 | 111110 |
Color Harmonies of #FF3B5D
Complementary color
Monochromatic Colors of #FF3B5D
Black with #FF3B5D
Text Example
Text Example
White with #FF3B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B5D; }
p { color: rgb(255,59,93); }
H1.HeaderClassName
{
color: #FF3B5D;
}
.AnyTagClassName
{
color: #FF3B5D;
}
</style>
background-color css
<style>
a { background-color: #FF3B5D; }
a { background-color: rgb(255,59,93); }
div.DivClassName
{
background-color: #FF3B5D;
}
.BgClassName
{
background-color: #FF3B5D;
}
</style>
border-color css
<style>
span { border-color: #FF3B5D; }
span { border-color: rgb(255,59,93); }
td.TdClassName
{
border-color: #FF3B5D;
}
.TagClassName
{
border-color: #FF3B5D;
}
</style>