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