Shades of Radical Red #FF3B5C
Tints of Radical Red #FF3B5C
RGB
CMYK
RGB Variations
Color information
#FF3B5C (or 0xFF3B5C) is known color: Radical Red. HEX triplet: FF, 3B and 5C. RGB value is (255,59,92). Sum of RGB (Red+Green+Blue) = 255+59+92=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3B5C is #00C4A3. Grayscale: #797979. Windows color (decimal): -50340 or 6044671. OLE color: 6044671.
HSL color Cylindrical-coordinate representation of color #FF3B5C: hue angle of 349.9º 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 #FF3B5C is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 92 | - |
| CMYK | 0 | 0.77 | 0.64 | 0 |
| HSL | 349.9º | 1% | 0.62% | - |
| HSV(B) | 349.9º | 0.77% | 1% | - |
| XYZ | 44.74 | 25.16 | 12.62 | - |
| YUV | 121.37 | 111.43 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 92 | 0 | 0.77 | 0.64 | 0 | 349.9 | 1 | 0.62 |
| Hex | FF | 3B | 5C | 0 | 4D | 40 | 0 | 15E | 64 | 3E |
| Octal | 377 | 73 | 134 | 0 | 115 | 100 | 0 | 536 | 144 | 76 |
| Binary | 11111111 | 111011 | 1011100 | 0 | 1001101 | 1000000 | 0 | 101011110 | 1100100 | 111110 |
Color Harmonies of #FF3B5C
Complementary color
Monochromatic Colors of #FF3B5C
Black with #FF3B5C
Text Example
Text Example
White with #FF3B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B5C; }
p { color: rgb(255,59,92); }
H1.HeaderClassName
{
color: #FF3B5C;
}
.AnyTagClassName
{
color: #FF3B5C;
}
</style>
background-color css
<style>
a { background-color: #FF3B5C; }
a { background-color: rgb(255,59,92); }
div.DivClassName
{
background-color: #FF3B5C;
}
.BgClassName
{
background-color: #FF3B5C;
}
</style>
border-color css
<style>
span { border-color: #FF3B5C; }
span { border-color: rgb(255,59,92); }
td.TdClassName
{
border-color: #FF3B5C;
}
.TagClassName
{
border-color: #FF3B5C;
}
</style>