Shades of Wild Strawberry #FE3899
Tints of Wild Strawberry #FE3899
RGB
CMYK
RGB Variations
Color information
#FE3899 (or 0xFE3899) is known color: Wild Strawberry. HEX triplet: FE, 38 and 99. RGB value is (254,56,153). Sum of RGB (Red+Green+Blue) = 254+56+153=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3899 is #01C766. Grayscale: #7E7E7E. Windows color (decimal): -116583 or 10041598. OLE color: 10041598.
HSL color Cylindrical-coordinate representation of color #FE3899: hue angle of 330.61º 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 #FE3899 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 153 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.00 |
| HSL | 330.61º | 0.99% | 0.61% | - |
| HSV(B) | 330.61º | 0.78% | 1% | - |
| XYZ | 48.04 | 26.2 | 32.66 | - |
| YUV | 126.26 | 143.1 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 153 | 0 | 0.78 | 0.40 | 0.00 | 330.61 | 0.99 | 0.61 |
| Hex | FE | 38 | 99 | 0 | 4E | 28 | 0 | 14B | 63 | 3D |
| Octal | 376 | 70 | 231 | 0 | 116 | 50 | 0 | 513 | 143 | 75 |
| Binary | 11111110 | 111000 | 10011001 | 0 | 1001110 | 101000 | 0 | 101001011 | 1100011 | 111101 |
Color Harmonies of #FE3899
Complementary color
Monochromatic Colors of #FE3899
Black with #FE3899
Text Example
Text Example
White with #FE3899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3899; }
p { color: rgb(254,56,153); }
H1.HeaderClassName
{
color: #FE3899;
}
.AnyTagClassName
{
color: #FE3899;
}
</style>
background-color css
<style>
a { background-color: #FE3899; }
a { background-color: rgb(254,56,153); }
div.DivClassName
{
background-color: #FE3899;
}
.BgClassName
{
background-color: #FE3899;
}
</style>
border-color css
<style>
span { border-color: #FE3899; }
span { border-color: rgb(254,56,153); }
td.TdClassName
{
border-color: #FE3899;
}
.TagClassName
{
border-color: #FE3899;
}
</style>