Shades of Violet Red #FF367B
Tints of Violet Red #FF367B
RGB
CMYK
RGB Variations
Color information
#FF367B (or 0xFF367B) is known color: Violet Red. HEX triplet: FF, 36 and 7B. RGB value is (255,54,123). Sum of RGB (Red+Green+Blue) = 255+54+123=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF367B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF367B is #00C984. Grayscale: #797979. Windows color (decimal): -51589 or 8075007. OLE color: 8075007.
HSL color Cylindrical-coordinate representation of color #FF367B: hue angle of 339.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF367B is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 54 | 123 | - |
| CMYK | 0 | 0.79 | 0.52 | 0 |
| HSL | 339.4º | 1% | 0.61% | - |
| HSV(B) | 339.4º | 0.79% | 1% | - |
| XYZ | 46.13 | 25.33 | 21.2 | - |
| YUV | 121.97 | 128.59 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 54 | 123 | 0 | 0.79 | 0.52 | 0 | 339.4 | 1 | 0.61 |
| Hex | FF | 36 | 7B | 0 | 4F | 34 | 0 | 153 | 64 | 3D |
| Octal | 377 | 66 | 173 | 0 | 117 | 64 | 0 | 523 | 144 | 75 |
| Binary | 11111111 | 110110 | 1111011 | 0 | 1001111 | 110100 | 0 | 101010011 | 1100100 | 111101 |
Color Harmonies of #FF367B
Complementary color
Monochromatic Colors of #FF367B
Black with #FF367B
Text Example
Text Example
White with #FF367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF367B; }
p { color: rgb(255,54,123); }
H1.HeaderClassName
{
color: #FF367B;
}
.AnyTagClassName
{
color: #FF367B;
}
</style>
background-color css
<style>
a { background-color: #FF367B; }
a { background-color: rgb(255,54,123); }
div.DivClassName
{
background-color: #FF367B;
}
.BgClassName
{
background-color: #FF367B;
}
</style>
border-color css
<style>
span { border-color: #FF367B; }
span { border-color: rgb(255,54,123); }
td.TdClassName
{
border-color: #FF367B;
}
.TagClassName
{
border-color: #FF367B;
}
</style>