Shades of Wild Strawberry #FE389C
Tints of Wild Strawberry #FE389C
RGB
CMYK
RGB Variations
Color information
#FE389C (or 0xFE389C) is known color: Wild Strawberry. HEX triplet: FE, 38 and 9C. RGB value is (254,56,156). Sum of RGB (Red+Green+Blue) = 254+56+156=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE389C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE389C is #01C763. Grayscale: #7E7E7E. Windows color (decimal): -116580 or 10238206. OLE color: 10238206.
HSL color Cylindrical-coordinate representation of color #FE389C: hue angle of 329.7º 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 #FE389C is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 156 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.00 |
| HSL | 329.7º | 0.99% | 0.61% | - |
| HSV(B) | 329.7º | 0.78% | 1% | - |
| XYZ | 48.29 | 26.3 | 33.98 | - |
| YUV | 126.6 | 144.6 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 156 | 0 | 0.78 | 0.39 | 0.00 | 329.7 | 0.99 | 0.61 |
| Hex | FE | 38 | 9C | 0 | 4E | 27 | 0 | 14A | 63 | 3D |
| Octal | 376 | 70 | 234 | 0 | 116 | 47 | 0 | 512 | 143 | 75 |
| Binary | 11111110 | 111000 | 10011100 | 0 | 1001110 | 100111 | 0 | 101001010 | 1100011 | 111101 |
Color Harmonies of #FE389C
Complementary color
Monochromatic Colors of #FE389C
Black with #FE389C
Text Example
Text Example
White with #FE389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE389C; }
p { color: rgb(254,56,156); }
H1.HeaderClassName
{
color: #FE389C;
}
.AnyTagClassName
{
color: #FE389C;
}
</style>
background-color css
<style>
a { background-color: #FE389C; }
a { background-color: rgb(254,56,156); }
div.DivClassName
{
background-color: #FE389C;
}
.BgClassName
{
background-color: #FE389C;
}
</style>
border-color css
<style>
span { border-color: #FE389C; }
span { border-color: rgb(254,56,156); }
td.TdClassName
{
border-color: #FE389C;
}
.TagClassName
{
border-color: #FE389C;
}
</style>