Shades of Violet Red #FE4483
Tints of Violet Red #FE4483
RGB
CMYK
RGB Variations
Color information
#FE4483 (or 0xFE4483) is known color: Violet Red. HEX triplet: FE, 44 and 83. RGB value is (254,68,131). Sum of RGB (Red+Green+Blue) = 254+68+131=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4483 is #01BB7C. Grayscale: #828282. Windows color (decimal): -113533 or 8602878. OLE color: 8602878.
HSL color Cylindrical-coordinate representation of color #FE4483: hue angle of 339.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4483 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 131 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.00 |
| HSL | 339.68º | 0.99% | 0.63% | - |
| HSV(B) | 339.68º | 0.73% | 1% | - |
| XYZ | 47.04 | 26.84 | 24.17 | - |
| YUV | 130.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 131 | 0 | 0.73 | 0.48 | 0.00 | 339.68 | 0.99 | 0.63 |
| Hex | FE | 44 | 83 | 0 | 49 | 30 | 0 | 154 | 63 | 3F |
| Octal | 376 | 104 | 203 | 0 | 111 | 60 | 0 | 524 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10000011 | 0 | 1001001 | 110000 | 0 | 101010100 | 1100011 | 111111 |
Color Harmonies of #FE4483
Complementary color
Monochromatic Colors of #FE4483
Black with #FE4483
Text Example
Text Example
White with #FE4483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4483; }
p { color: rgb(254,68,131); }
H1.HeaderClassName
{
color: #FE4483;
}
.AnyTagClassName
{
color: #FE4483;
}
</style>
background-color css
<style>
a { background-color: #FE4483; }
a { background-color: rgb(254,68,131); }
div.DivClassName
{
background-color: #FE4483;
}
.BgClassName
{
background-color: #FE4483;
}
</style>
border-color css
<style>
span { border-color: #FE4483; }
span { border-color: rgb(254,68,131); }
td.TdClassName
{
border-color: #FE4483;
}
.TagClassName
{
border-color: #FE4483;
}
</style>