Shades of Violet Red #FE397F
Tints of Violet Red #FE397F
RGB
CMYK
RGB Variations
Color information
#FE397F (or 0xFE397F) is known color: Violet Red. HEX triplet: FE, 39 and 7F. RGB value is (254,57,127). Sum of RGB (Red+Green+Blue) = 254+57+127=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE397F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE397F is #01C680. Grayscale: #7B7B7B. Windows color (decimal): -116353 or 8337918. OLE color: 8337918.
HSL color Cylindrical-coordinate representation of color #FE397F: hue angle of 338.68º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE397F is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 127 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.00 |
| HSL | 338.68º | 0.99% | 0.61% | - |
| HSV(B) | 338.68º | 0.78% | 1% | - |
| XYZ | 46.17 | 25.53 | 22.57 | - |
| YUV | 123.88 | 129.77 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 127 | 0 | 0.78 | 0.50 | 0.00 | 338.68 | 0.99 | 0.61 |
| Hex | FE | 39 | 7F | 0 | 4E | 32 | 0 | 153 | 63 | 3D |
| Octal | 376 | 71 | 177 | 0 | 116 | 62 | 0 | 523 | 143 | 75 |
| Binary | 11111110 | 111001 | 1111111 | 0 | 1001110 | 110010 | 0 | 101010011 | 1100011 | 111101 |
Color Harmonies of #FE397F
Complementary color
Monochromatic Colors of #FE397F
Black with #FE397F
Text Example
Text Example
White with #FE397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE397F; }
p { color: rgb(254,57,127); }
H1.HeaderClassName
{
color: #FE397F;
}
.AnyTagClassName
{
color: #FE397F;
}
</style>
background-color css
<style>
a { background-color: #FE397F; }
a { background-color: rgb(254,57,127); }
div.DivClassName
{
background-color: #FE397F;
}
.BgClassName
{
background-color: #FE397F;
}
</style>
border-color css
<style>
span { border-color: #FE397F; }
span { border-color: rgb(254,57,127); }
td.TdClassName
{
border-color: #FE397F;
}
.TagClassName
{
border-color: #FE397F;
}
</style>