Shades of Wild Strawberry #FE329A
Tints of Wild Strawberry #FE329A
RGB
CMYK
RGB Variations
Color information
#FE329A (or 0xFE329A) is known color: Wild Strawberry. HEX triplet: FE, 32 and 9A. RGB value is (254,50,154). Sum of RGB (Red+Green+Blue) = 254+50+154=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE329A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE329A is #01CD65. Grayscale: #7A7A7A. Windows color (decimal): -118118 or 10105598. OLE color: 10105598.
HSL color Cylindrical-coordinate representation of color #FE329A: hue angle of 329.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE329A is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 154 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.00 |
| HSL | 329.41º | 0.99% | 0.6% | - |
| HSV(B) | 329.41º | 0.8% | 1% | - |
| XYZ | 47.85 | 25.69 | 33.01 | - |
| YUV | 122.85 | 145.59 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 154 | 0 | 0.80 | 0.39 | 0.00 | 329.41 | 0.99 | 0.6 |
| Hex | FE | 32 | 9A | 0 | 50 | 27 | 0 | 149 | 63 | 3C |
| Octal | 376 | 62 | 232 | 0 | 120 | 47 | 0 | 511 | 143 | 74 |
| Binary | 11111110 | 110010 | 10011010 | 0 | 1010000 | 100111 | 0 | 101001001 | 1100011 | 111100 |
Color Harmonies of #FE329A
Complementary color
Monochromatic Colors of #FE329A
Black with #FE329A
Text Example
Text Example
White with #FE329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE329A; }
p { color: rgb(254,50,154); }
H1.HeaderClassName
{
color: #FE329A;
}
.AnyTagClassName
{
color: #FE329A;
}
</style>
background-color css
<style>
a { background-color: #FE329A; }
a { background-color: rgb(254,50,154); }
div.DivClassName
{
background-color: #FE329A;
}
.BgClassName
{
background-color: #FE329A;
}
</style>
border-color css
<style>
span { border-color: #FE329A; }
span { border-color: rgb(254,50,154); }
td.TdClassName
{
border-color: #FE329A;
}
.TagClassName
{
border-color: #FE329A;
}
</style>