Shades of Violet Red #FE2F7D
Tints of Violet Red #FE2F7D
RGB
CMYK
RGB Variations
Color information
#FE2F7D (or 0xFE2F7D) is known color: Violet Red. HEX triplet: FE, 2F and 7D. RGB value is (254,47,125). Sum of RGB (Red+Green+Blue) = 254+47+125=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F7D is #01D082. Grayscale: #757575. Windows color (decimal): -118915 or 8204286. OLE color: 8204286.
HSL color Cylindrical-coordinate representation of color #FE2F7D: hue angle of 337.39º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2F7D is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 125 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.00 |
| HSL | 337.39º | 0.99% | 0.59% | - |
| HSV(B) | 337.39º | 0.81% | 1% | - |
| XYZ | 45.59 | 24.58 | 21.74 | - |
| YUV | 117.79 | 132.08 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 125 | 0 | 0.81 | 0.51 | 0.00 | 337.39 | 0.99 | 0.59 |
| Hex | FE | 2F | 7D | 0 | 51 | 33 | 0 | 151 | 63 | 3B |
| Octal | 376 | 57 | 175 | 0 | 121 | 63 | 0 | 521 | 143 | 73 |
| Binary | 11111110 | 101111 | 1111101 | 0 | 1010001 | 110011 | 0 | 101010001 | 1100011 | 111011 |
Color Harmonies of #FE2F7D
Complementary color
Monochromatic Colors of #FE2F7D
Black with #FE2F7D
Text Example
Text Example
White with #FE2F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F7D; }
p { color: rgb(254,47,125); }
H1.HeaderClassName
{
color: #FE2F7D;
}
.AnyTagClassName
{
color: #FE2F7D;
}
</style>
background-color css
<style>
a { background-color: #FE2F7D; }
a { background-color: rgb(254,47,125); }
div.DivClassName
{
background-color: #FE2F7D;
}
.BgClassName
{
background-color: #FE2F7D;
}
</style>
border-color css
<style>
span { border-color: #FE2F7D; }
span { border-color: rgb(254,47,125); }
td.TdClassName
{
border-color: #FE2F7D;
}
.TagClassName
{
border-color: #FE2F7D;
}
</style>