Shades of Violet Red #FE3B8C
Tints of Violet Red #FE3B8C
RGB
CMYK
RGB Variations
Color information
#FE3B8C (or 0xFE3B8C) is known color: Violet Red. HEX triplet: FE, 3B and 8C. RGB value is (254,59,140). Sum of RGB (Red+Green+Blue) = 254+59+140=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3B8C is #01C473. Grayscale: #7E7E7E. Windows color (decimal): -115828 or 9190398. OLE color: 9190398.
HSL color Cylindrical-coordinate representation of color #FE3B8C: hue angle of 335.08º 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 #FE3B8C is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 140 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.00 |
| HSL | 335.08º | 0.99% | 0.61% | - |
| HSV(B) | 335.08º | 0.77% | 1% | - |
| XYZ | 47.17 | 26.09 | 27.36 | - |
| YUV | 126.54 | 135.6 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 140 | 0 | 0.77 | 0.45 | 0.00 | 335.08 | 0.99 | 0.61 |
| Hex | FE | 3B | 8C | 0 | 4D | 2D | 0 | 14F | 63 | 3D |
| Octal | 376 | 73 | 214 | 0 | 115 | 55 | 0 | 517 | 143 | 75 |
| Binary | 11111110 | 111011 | 10001100 | 0 | 1001101 | 101101 | 0 | 101001111 | 1100011 | 111101 |
Color Harmonies of #FE3B8C
Complementary color
Monochromatic Colors of #FE3B8C
Black with #FE3B8C
Text Example
Text Example
White with #FE3B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3B8C; }
p { color: rgb(254,59,140); }
H1.HeaderClassName
{
color: #FE3B8C;
}
.AnyTagClassName
{
color: #FE3B8C;
}
</style>
background-color css
<style>
a { background-color: #FE3B8C; }
a { background-color: rgb(254,59,140); }
div.DivClassName
{
background-color: #FE3B8C;
}
.BgClassName
{
background-color: #FE3B8C;
}
</style>
border-color css
<style>
span { border-color: #FE3B8C; }
span { border-color: rgb(254,59,140); }
td.TdClassName
{
border-color: #FE3B8C;
}
.TagClassName
{
border-color: #FE3B8C;
}
</style>