Shades of Wild Strawberry #FE329C
Tints of Wild Strawberry #FE329C
RGB
CMYK
RGB Variations
Color information
#FE329C (or 0xFE329C) is known color: Wild Strawberry. HEX triplet: FE, 32 and 9C. RGB value is (254,50,156). Sum of RGB (Red+Green+Blue) = 254+50+156=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE329C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE329C is #01CD63. Grayscale: #7A7A7A. Windows color (decimal): -118116 or 10236670. OLE color: 10236670.
HSL color Cylindrical-coordinate representation of color #FE329C: hue angle of 328.82º 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 #FE329C is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 156 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.00 |
| HSL | 328.82º | 0.99% | 0.6% | - |
| HSV(B) | 328.82º | 0.8% | 1% | - |
| XYZ | 48.01 | 25.75 | 33.89 | - |
| YUV | 123.08 | 146.59 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 156 | 0 | 0.80 | 0.39 | 0.00 | 328.82 | 0.99 | 0.6 |
| Hex | FE | 32 | 9C | 0 | 50 | 27 | 0 | 149 | 63 | 3C |
| Octal | 376 | 62 | 234 | 0 | 120 | 47 | 0 | 511 | 143 | 74 |
| Binary | 11111110 | 110010 | 10011100 | 0 | 1010000 | 100111 | 0 | 101001001 | 1100011 | 111100 |
Color Harmonies of #FE329C
Complementary color
Monochromatic Colors of #FE329C
Black with #FE329C
Text Example
Text Example
White with #FE329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE329C; }
p { color: rgb(254,50,156); }
H1.HeaderClassName
{
color: #FE329C;
}
.AnyTagClassName
{
color: #FE329C;
}
</style>
background-color css
<style>
a { background-color: #FE329C; }
a { background-color: rgb(254,50,156); }
div.DivClassName
{
background-color: #FE329C;
}
.BgClassName
{
background-color: #FE329C;
}
</style>
border-color css
<style>
span { border-color: #FE329C; }
span { border-color: rgb(254,50,156); }
td.TdClassName
{
border-color: #FE329C;
}
.TagClassName
{
border-color: #FE329C;
}
</style>