Shades of Violet Red #FE3B7D
Tints of Violet Red #FE3B7D
RGB
CMYK
RGB Variations
Color information
#FE3B7D (or 0xFE3B7D) is known color: Violet Red. HEX triplet: FE, 3B and 7D. RGB value is (254,59,125). Sum of RGB (Red+Green+Blue) = 254+59+125=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3B7D is #01C482. Grayscale: #7C7C7C. Windows color (decimal): -115843 or 8207358. OLE color: 8207358.
HSL color Cylindrical-coordinate representation of color #FE3B7D: hue angle of 339.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3B7D is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 125 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.00 |
| HSL | 339.69º | 0.99% | 0.61% | - |
| HSV(B) | 339.69º | 0.77% | 1% | - |
| XYZ | 46.14 | 25.68 | 21.93 | - |
| YUV | 124.83 | 128.1 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 125 | 0 | 0.77 | 0.51 | 0.00 | 339.69 | 0.99 | 0.61 |
| Hex | FE | 3B | 7D | 0 | 4D | 33 | 0 | 154 | 63 | 3D |
| Octal | 376 | 73 | 175 | 0 | 115 | 63 | 0 | 524 | 143 | 75 |
| Binary | 11111110 | 111011 | 1111101 | 0 | 1001101 | 110011 | 0 | 101010100 | 1100011 | 111101 |
Color Harmonies of #FE3B7D
Complementary color
Monochromatic Colors of #FE3B7D
Black with #FE3B7D
Text Example
Text Example
White with #FE3B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3B7D; }
p { color: rgb(254,59,125); }
H1.HeaderClassName
{
color: #FE3B7D;
}
.AnyTagClassName
{
color: #FE3B7D;
}
</style>
background-color css
<style>
a { background-color: #FE3B7D; }
a { background-color: rgb(254,59,125); }
div.DivClassName
{
background-color: #FE3B7D;
}
.BgClassName
{
background-color: #FE3B7D;
}
</style>
border-color css
<style>
span { border-color: #FE3B7D; }
span { border-color: rgb(254,59,125); }
td.TdClassName
{
border-color: #FE3B7D;
}
.TagClassName
{
border-color: #FE3B7D;
}
</style>