Shades of Violet Red #FD367C
Tints of Violet Red #FD367C
RGB
CMYK
RGB Variations
Color information
#FD367C (or 0xFD367C) is known color: Violet Red. HEX triplet: FD, 36 and 7C. RGB value is (253,54,124). Sum of RGB (Red+Green+Blue) = 253+54+124=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD367C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD367C is #02C983. Grayscale: #797979. Windows color (decimal): -182660 or 8140541. OLE color: 8140541.
HSL color Cylindrical-coordinate representation of color #FD367C: hue angle of 338.89º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD367C is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 54 | 124 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.01 |
| HSL | 338.89º | 0.98% | 0.6% | - |
| HSV(B) | 338.89º | 0.79% | 0.99% | - |
| XYZ | 45.47 | 24.98 | 21.49 | - |
| YUV | 121.48 | 129.43 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 54 | 124 | 0 | 0.79 | 0.51 | 0.01 | 338.89 | 0.98 | 0.6 |
| Hex | FD | 36 | 7C | 0 | 4F | 33 | 1 | 153 | 62 | 3C |
| Octal | 375 | 66 | 174 | 0 | 117 | 63 | 1 | 523 | 142 | 74 |
| Binary | 11111101 | 110110 | 1111100 | 0 | 1001111 | 110011 | 1 | 101010011 | 1100010 | 111100 |
Color Harmonies of #FD367C
Complementary color
Monochromatic Colors of #FD367C
Black with #FD367C
Text Example
Text Example
White with #FD367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD367C; }
p { color: rgb(253,54,124); }
H1.HeaderClassName
{
color: #FD367C;
}
.AnyTagClassName
{
color: #FD367C;
}
</style>
background-color css
<style>
a { background-color: #FD367C; }
a { background-color: rgb(253,54,124); }
div.DivClassName
{
background-color: #FD367C;
}
.BgClassName
{
background-color: #FD367C;
}
</style>
border-color css
<style>
span { border-color: #FD367C; }
span { border-color: rgb(253,54,124); }
td.TdClassName
{
border-color: #FD367C;
}
.TagClassName
{
border-color: #FD367C;
}
</style>