Shades of Violet Red #FE3F7D
Tints of Violet Red #FE3F7D
RGB
CMYK
RGB Variations
Color information
#FE3F7D (or 0xFE3F7D) is known color: Violet Red. HEX triplet: FE, 3F and 7D. RGB value is (254,63,125). Sum of RGB (Red+Green+Blue) = 254+63+125=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3F7D is #01C082. Grayscale: #7F7F7F. Windows color (decimal): -114819 or 8208382. OLE color: 8208382.
HSL color Cylindrical-coordinate representation of color #FE3F7D: hue angle of 340.52º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3F7D is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 125 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.00 |
| HSL | 340.52º | 0.99% | 0.62% | - |
| HSV(B) | 340.52º | 0.75% | 1% | - |
| XYZ | 46.35 | 26.11 | 22 | - |
| YUV | 127.18 | 126.78 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 125 | 0 | 0.75 | 0.51 | 0.00 | 340.52 | 0.99 | 0.62 |
| Hex | FE | 3F | 7D | 0 | 4B | 33 | 0 | 155 | 63 | 3E |
| Octal | 376 | 77 | 175 | 0 | 113 | 63 | 0 | 525 | 143 | 76 |
| Binary | 11111110 | 111111 | 1111101 | 0 | 1001011 | 110011 | 0 | 101010101 | 1100011 | 111110 |
Color Harmonies of #FE3F7D
Complementary color
Monochromatic Colors of #FE3F7D
Black with #FE3F7D
Text Example
Text Example
White with #FE3F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F7D; }
p { color: rgb(254,63,125); }
H1.HeaderClassName
{
color: #FE3F7D;
}
.AnyTagClassName
{
color: #FE3F7D;
}
</style>
background-color css
<style>
a { background-color: #FE3F7D; }
a { background-color: rgb(254,63,125); }
div.DivClassName
{
background-color: #FE3F7D;
}
.BgClassName
{
background-color: #FE3F7D;
}
</style>
border-color css
<style>
span { border-color: #FE3F7D; }
span { border-color: rgb(254,63,125); }
td.TdClassName
{
border-color: #FE3F7D;
}
.TagClassName
{
border-color: #FE3F7D;
}
</style>