Shades of Violet Red #FE2F7A
Tints of Violet Red #FE2F7A
RGB
CMYK
RGB Variations
Color information
#FE2F7A (or 0xFE2F7A) is known color: Violet Red. HEX triplet: FE, 2F and 7A. RGB value is (254,47,122). Sum of RGB (Red+Green+Blue) = 254+47+122=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F7A is #01D085. Grayscale: #757575. Windows color (decimal): -118918 or 8007678. OLE color: 8007678.
HSL color Cylindrical-coordinate representation of color #FE2F7A: hue angle of 338.26º 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 #FE2F7A is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 122 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.00 |
| HSL | 338.26º | 0.99% | 0.59% | - |
| HSV(B) | 338.26º | 0.81% | 1% | - |
| XYZ | 45.4 | 24.51 | 20.75 | - |
| YUV | 117.44 | 130.58 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 122 | 0 | 0.81 | 0.52 | 0.00 | 338.26 | 0.99 | 0.59 |
| Hex | FE | 2F | 7A | 0 | 51 | 34 | 0 | 152 | 63 | 3B |
| Octal | 376 | 57 | 172 | 0 | 121 | 64 | 0 | 522 | 143 | 73 |
| Binary | 11111110 | 101111 | 1111010 | 0 | 1010001 | 110100 | 0 | 101010010 | 1100011 | 111011 |
Color Harmonies of #FE2F7A
Complementary color
Monochromatic Colors of #FE2F7A
Black with #FE2F7A
Text Example
Text Example
White with #FE2F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F7A; }
p { color: rgb(254,47,122); }
H1.HeaderClassName
{
color: #FE2F7A;
}
.AnyTagClassName
{
color: #FE2F7A;
}
</style>
background-color css
<style>
a { background-color: #FE2F7A; }
a { background-color: rgb(254,47,122); }
div.DivClassName
{
background-color: #FE2F7A;
}
.BgClassName
{
background-color: #FE2F7A;
}
</style>
border-color css
<style>
span { border-color: #FE2F7A; }
span { border-color: rgb(254,47,122); }
td.TdClassName
{
border-color: #FE2F7A;
}
.TagClassName
{
border-color: #FE2F7A;
}
</style>