Shades of Violet Red #FF3B77
Tints of Violet Red #FF3B77
RGB
CMYK
RGB Variations
Color information
#FF3B77 (or 0xFF3B77) is known color: Violet Red. HEX triplet: FF, 3B and 77. RGB value is (255,59,119). Sum of RGB (Red+Green+Blue) = 255+59+119=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3B77 is #00C488. Grayscale: #7C7C7C. Windows color (decimal): -50313 or 7814143. OLE color: 7814143.
HSL color Cylindrical-coordinate representation of color #FF3B77: hue angle of 341.63º 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 #FF3B77 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 119 | - |
| CMYK | 0 | 0.77 | 0.53 | 0 |
| HSL | 341.63º | 1% | 0.62% | - |
| HSV(B) | 341.63º | 0.77% | 1% | - |
| XYZ | 46.13 | 25.72 | 19.99 | - |
| YUV | 124.44 | 124.93 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 119 | 0 | 0.77 | 0.53 | 0 | 341.63 | 1 | 0.62 |
| Hex | FF | 3B | 77 | 0 | 4D | 35 | 0 | 156 | 64 | 3E |
| Octal | 377 | 73 | 167 | 0 | 115 | 65 | 0 | 526 | 144 | 76 |
| Binary | 11111111 | 111011 | 1110111 | 0 | 1001101 | 110101 | 0 | 101010110 | 1100100 | 111110 |
Color Harmonies of #FF3B77
Complementary color
Monochromatic Colors of #FF3B77
Black with #FF3B77
Text Example
Text Example
White with #FF3B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B77; }
p { color: rgb(255,59,119); }
H1.HeaderClassName
{
color: #FF3B77;
}
.AnyTagClassName
{
color: #FF3B77;
}
</style>
background-color css
<style>
a { background-color: #FF3B77; }
a { background-color: rgb(255,59,119); }
div.DivClassName
{
background-color: #FF3B77;
}
.BgClassName
{
background-color: #FF3B77;
}
</style>
border-color css
<style>
span { border-color: #FF3B77; }
span { border-color: rgb(255,59,119); }
td.TdClassName
{
border-color: #FF3B77;
}
.TagClassName
{
border-color: #FF3B77;
}
</style>