Shades of Wild Strawberry #FE3896
Tints of Wild Strawberry #FE3896
RGB
CMYK
RGB Variations
Color information
#FE3896 (or 0xFE3896) is known color: Wild Strawberry. HEX triplet: FE, 38 and 96. RGB value is (254,56,150). Sum of RGB (Red+Green+Blue) = 254+56+150=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3896 is #01C769. Grayscale: #7D7D7D. Windows color (decimal): -116586 or 9844990. OLE color: 9844990.
HSL color Cylindrical-coordinate representation of color #FE3896: hue angle of 331.52º 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 #FE3896 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 150 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.00 |
| HSL | 331.52º | 0.99% | 0.61% | - |
| HSV(B) | 331.52º | 0.78% | 1% | - |
| XYZ | 47.79 | 26.1 | 31.37 | - |
| YUV | 125.92 | 141.6 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 150 | 0 | 0.78 | 0.41 | 0.00 | 331.52 | 0.99 | 0.61 |
| Hex | FE | 38 | 96 | 0 | 4E | 29 | 0 | 14C | 63 | 3D |
| Octal | 376 | 70 | 226 | 0 | 116 | 51 | 0 | 514 | 143 | 75 |
| Binary | 11111110 | 111000 | 10010110 | 0 | 1001110 | 101001 | 0 | 101001100 | 1100011 | 111101 |
Color Harmonies of #FE3896
Complementary color
Monochromatic Colors of #FE3896
Black with #FE3896
Text Example
Text Example
White with #FE3896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3896; }
p { color: rgb(254,56,150); }
H1.HeaderClassName
{
color: #FE3896;
}
.AnyTagClassName
{
color: #FE3896;
}
</style>
background-color css
<style>
a { background-color: #FE3896; }
a { background-color: rgb(254,56,150); }
div.DivClassName
{
background-color: #FE3896;
}
.BgClassName
{
background-color: #FE3896;
}
</style>
border-color css
<style>
span { border-color: #FE3896; }
span { border-color: rgb(254,56,150); }
td.TdClassName
{
border-color: #FE3896;
}
.TagClassName
{
border-color: #FE3896;
}
</style>