Shades of Wild Strawberry #FE329B
Tints of Wild Strawberry #FE329B
RGB
CMYK
RGB Variations
Color information
#FE329B (or 0xFE329B) is known color: Wild Strawberry. HEX triplet: FE, 32 and 9B. RGB value is (254,50,155). Sum of RGB (Red+Green+Blue) = 254+50+155=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE329B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE329B is #01CD64. Grayscale: #7A7A7A. Windows color (decimal): -118117 or 10171134. OLE color: 10171134.
HSL color Cylindrical-coordinate representation of color #FE329B: hue angle of 329.12º 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 #FE329B is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 155 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.00 |
| HSL | 329.12º | 0.99% | 0.6% | - |
| HSV(B) | 329.12º | 0.8% | 1% | - |
| XYZ | 47.93 | 25.72 | 33.45 | - |
| YUV | 122.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 155 | 0 | 0.80 | 0.39 | 0.00 | 329.12 | 0.99 | 0.6 |
| Hex | FE | 32 | 9B | 0 | 50 | 27 | 0 | 149 | 63 | 3C |
| Octal | 376 | 62 | 233 | 0 | 120 | 47 | 0 | 511 | 143 | 74 |
| Binary | 11111110 | 110010 | 10011011 | 0 | 1010000 | 100111 | 0 | 101001001 | 1100011 | 111100 |
Color Harmonies of #FE329B
Complementary color
Monochromatic Colors of #FE329B
Black with #FE329B
Text Example
Text Example
White with #FE329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE329B; }
p { color: rgb(254,50,155); }
H1.HeaderClassName
{
color: #FE329B;
}
.AnyTagClassName
{
color: #FE329B;
}
</style>
background-color css
<style>
a { background-color: #FE329B; }
a { background-color: rgb(254,50,155); }
div.DivClassName
{
background-color: #FE329B;
}
.BgClassName
{
background-color: #FE329B;
}
</style>
border-color css
<style>
span { border-color: #FE329B; }
span { border-color: rgb(254,50,155); }
td.TdClassName
{
border-color: #FE329B;
}
.TagClassName
{
border-color: #FE329B;
}
</style>