Shades of Violet Red #FE2F7B
Tints of Violet Red #FE2F7B
RGB
CMYK
RGB Variations
Color information
#FE2F7B (or 0xFE2F7B) is known color: Violet Red. HEX triplet: FE, 2F and 7B. RGB value is (254,47,123). Sum of RGB (Red+Green+Blue) = 254+47+123=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F7B is #01D084. Grayscale: #757575. Windows color (decimal): -118917 or 8073214. OLE color: 8073214.
HSL color Cylindrical-coordinate representation of color #FE2F7B: hue angle of 337.97º 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 #FE2F7B is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 123 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.00 |
| HSL | 337.97º | 0.99% | 0.59% | - |
| HSV(B) | 337.97º | 0.81% | 1% | - |
| XYZ | 45.46 | 24.53 | 21.08 | - |
| YUV | 117.56 | 131.08 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 123 | 0 | 0.81 | 0.52 | 0.00 | 337.97 | 0.99 | 0.59 |
| Hex | FE | 2F | 7B | 0 | 51 | 34 | 0 | 152 | 63 | 3B |
| Octal | 376 | 57 | 173 | 0 | 121 | 64 | 0 | 522 | 143 | 73 |
| Binary | 11111110 | 101111 | 1111011 | 0 | 1010001 | 110100 | 0 | 101010010 | 1100011 | 111011 |
Color Harmonies of #FE2F7B
Complementary color
Monochromatic Colors of #FE2F7B
Black with #FE2F7B
Text Example
Text Example
White with #FE2F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F7B; }
p { color: rgb(254,47,123); }
H1.HeaderClassName
{
color: #FE2F7B;
}
.AnyTagClassName
{
color: #FE2F7B;
}
</style>
background-color css
<style>
a { background-color: #FE2F7B; }
a { background-color: rgb(254,47,123); }
div.DivClassName
{
background-color: #FE2F7B;
}
.BgClassName
{
background-color: #FE2F7B;
}
</style>
border-color css
<style>
span { border-color: #FE2F7B; }
span { border-color: rgb(254,47,123); }
td.TdClassName
{
border-color: #FE2F7B;
}
.TagClassName
{
border-color: #FE2F7B;
}
</style>