Shades of Violet Red #FE307C
Tints of Violet Red #FE307C
RGB
CMYK
RGB Variations
Color information
#FE307C (or 0xFE307C) is known color: Violet Red. HEX triplet: FE, 30 and 7C. RGB value is (254,48,124). Sum of RGB (Red+Green+Blue) = 254+48+124=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE307C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE307C is #01CF83. Grayscale: #767676. Windows color (decimal): -118660 or 8139006. OLE color: 8139006.
HSL color Cylindrical-coordinate representation of color #FE307C: hue angle of 337.86º 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 #FE307C is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 124 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.00 |
| HSL | 337.86º | 0.99% | 0.59% | - |
| HSV(B) | 337.86º | 0.81% | 1% | - |
| XYZ | 45.57 | 24.64 | 21.42 | - |
| YUV | 118.26 | 131.25 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 124 | 0 | 0.81 | 0.51 | 0.00 | 337.86 | 0.99 | 0.59 |
| Hex | FE | 30 | 7C | 0 | 51 | 33 | 0 | 152 | 63 | 3B |
| Octal | 376 | 60 | 174 | 0 | 121 | 63 | 0 | 522 | 143 | 73 |
| Binary | 11111110 | 110000 | 1111100 | 0 | 1010001 | 110011 | 0 | 101010010 | 1100011 | 111011 |
Color Harmonies of #FE307C
Complementary color
Monochromatic Colors of #FE307C
Black with #FE307C
Text Example
Text Example
White with #FE307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE307C; }
p { color: rgb(254,48,124); }
H1.HeaderClassName
{
color: #FE307C;
}
.AnyTagClassName
{
color: #FE307C;
}
</style>
background-color css
<style>
a { background-color: #FE307C; }
a { background-color: rgb(254,48,124); }
div.DivClassName
{
background-color: #FE307C;
}
.BgClassName
{
background-color: #FE307C;
}
</style>
border-color css
<style>
span { border-color: #FE307C; }
span { border-color: rgb(254,48,124); }
td.TdClassName
{
border-color: #FE307C;
}
.TagClassName
{
border-color: #FE307C;
}
</style>