Shades of Violet Red #FE468F
Tints of Violet Red #FE468F
RGB
CMYK
RGB Variations
Color information
#FE468F (or 0xFE468F) is known color: Violet Red. HEX triplet: FE, 46 and 8F. RGB value is (254,70,143). Sum of RGB (Red+Green+Blue) = 254+70+143=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE468F is #01B970. Grayscale: #858585. Windows color (decimal): -113009 or 9389822. OLE color: 9389822.
HSL color Cylindrical-coordinate representation of color #FE468F: hue angle of 336.2º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE468F is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 143 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.00 |
| HSL | 336.2º | 0.99% | 0.64% | - |
| HSV(B) | 336.2º | 0.72% | 1% | - |
| XYZ | 48.02 | 27.43 | 28.75 | - |
| YUV | 133.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 143 | 0 | 0.72 | 0.44 | 0.00 | 336.2 | 0.99 | 0.64 |
| Hex | FE | 46 | 8F | 0 | 48 | 2C | 0 | 150 | 63 | 40 |
| Octal | 376 | 106 | 217 | 0 | 110 | 54 | 0 | 520 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10001111 | 0 | 1001000 | 101100 | 0 | 101010000 | 1100011 | 1000000 |
Color Harmonies of #FE468F
Complementary color
Monochromatic Colors of #FE468F
Black with #FE468F
Text Example
Text Example
White with #FE468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE468F; }
p { color: rgb(254,70,143); }
H1.HeaderClassName
{
color: #FE468F;
}
.AnyTagClassName
{
color: #FE468F;
}
</style>
background-color css
<style>
a { background-color: #FE468F; }
a { background-color: rgb(254,70,143); }
div.DivClassName
{
background-color: #FE468F;
}
.BgClassName
{
background-color: #FE468F;
}
</style>
border-color css
<style>
span { border-color: #FE468F; }
span { border-color: rgb(254,70,143); }
td.TdClassName
{
border-color: #FE468F;
}
.TagClassName
{
border-color: #FE468F;
}
</style>