Shades of Violet Red #FF357B
Tints of Violet Red #FF357B
RGB
CMYK
RGB Variations
Color information
#FF357B (or 0xFF357B) is known color: Violet Red. HEX triplet: FF, 35 and 7B. RGB value is (255,53,123). Sum of RGB (Red+Green+Blue) = 255+53+123=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF357B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF357B is #00CA84. Grayscale: #797979. Windows color (decimal): -51845 or 8074751. OLE color: 8074751.
HSL color Cylindrical-coordinate representation of color #FF357B: hue angle of 339.21º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF357B is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 123 | - |
| CMYK | 0 | 0.79 | 0.52 | 0 |
| HSL | 339.21º | 1% | 0.6% | - |
| HSV(B) | 339.21º | 0.79% | 1% | - |
| XYZ | 46.09 | 25.24 | 21.18 | - |
| YUV | 121.38 | 128.92 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 123 | 0 | 0.79 | 0.52 | 0 | 339.21 | 1 | 0.6 |
| Hex | FF | 35 | 7B | 0 | 4F | 34 | 0 | 153 | 64 | 3C |
| Octal | 377 | 65 | 173 | 0 | 117 | 64 | 0 | 523 | 144 | 74 |
| Binary | 11111111 | 110101 | 1111011 | 0 | 1001111 | 110100 | 0 | 101010011 | 1100100 | 111100 |
Color Harmonies of #FF357B
Complementary color
Monochromatic Colors of #FF357B
Black with #FF357B
Text Example
Text Example
White with #FF357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF357B; }
p { color: rgb(255,53,123); }
H1.HeaderClassName
{
color: #FF357B;
}
.AnyTagClassName
{
color: #FF357B;
}
</style>
background-color css
<style>
a { background-color: #FF357B; }
a { background-color: rgb(255,53,123); }
div.DivClassName
{
background-color: #FF357B;
}
.BgClassName
{
background-color: #FF357B;
}
</style>
border-color css
<style>
span { border-color: #FF357B; }
span { border-color: rgb(255,53,123); }
td.TdClassName
{
border-color: #FF357B;
}
.TagClassName
{
border-color: #FF357B;
}
</style>