Shades of Violet Red #FF357F
Tints of Violet Red #FF357F
RGB
CMYK
RGB Variations
Color information
#FF357F (or 0xFF357F) is known color: Violet Red. HEX triplet: FF, 35 and 7F. RGB value is (255,53,127). Sum of RGB (Red+Green+Blue) = 255+53+127=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF357F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF357F is #00CA80. Grayscale: #797979. Windows color (decimal): -51841 or 8336895. OLE color: 8336895.
HSL color Cylindrical-coordinate representation of color #FF357F: hue angle of 338.02º 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 #FF357F is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 127 | - |
| CMYK | 0 | 0.79 | 0.50 | 0 |
| HSL | 338.02º | 1% | 0.6% | - |
| HSV(B) | 338.02º | 0.79% | 1% | - |
| XYZ | 46.34 | 25.34 | 22.53 | - |
| YUV | 121.83 | 130.92 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 127 | 0 | 0.79 | 0.50 | 0 | 338.02 | 1 | 0.6 |
| Hex | FF | 35 | 7F | 0 | 4F | 32 | 0 | 152 | 64 | 3C |
| Octal | 377 | 65 | 177 | 0 | 117 | 62 | 0 | 522 | 144 | 74 |
| Binary | 11111111 | 110101 | 1111111 | 0 | 1001111 | 110010 | 0 | 101010010 | 1100100 | 111100 |
Color Harmonies of #FF357F
Complementary color
Monochromatic Colors of #FF357F
Black with #FF357F
Text Example
Text Example
White with #FF357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF357F; }
p { color: rgb(255,53,127); }
H1.HeaderClassName
{
color: #FF357F;
}
.AnyTagClassName
{
color: #FF357F;
}
</style>
background-color css
<style>
a { background-color: #FF357F; }
a { background-color: rgb(255,53,127); }
div.DivClassName
{
background-color: #FF357F;
}
.BgClassName
{
background-color: #FF357F;
}
</style>
border-color css
<style>
span { border-color: #FF357F; }
span { border-color: rgb(255,53,127); }
td.TdClassName
{
border-color: #FF357F;
}
.TagClassName
{
border-color: #FF357F;
}
</style>