Shades of Wild Strawberry #FE3496
Tints of Wild Strawberry #FE3496
RGB
CMYK
RGB Variations
Color information
#FE3496 (or 0xFE3496) is known color: Wild Strawberry. HEX triplet: FE, 34 and 96. RGB value is (254,52,150). Sum of RGB (Red+Green+Blue) = 254+52+150=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3496 is #01CB69. Grayscale: #7B7B7B. Windows color (decimal): -117610 or 9843966. OLE color: 9843966.
HSL color Cylindrical-coordinate representation of color #FE3496: hue angle of 330.89º 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 #FE3496 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 150 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.00 |
| HSL | 330.89º | 0.99% | 0.6% | - |
| HSV(B) | 330.89º | 0.8% | 1% | - |
| XYZ | 47.61 | 25.73 | 31.31 | - |
| YUV | 123.57 | 142.92 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 150 | 0 | 0.80 | 0.41 | 0.00 | 330.89 | 0.99 | 0.6 |
| Hex | FE | 34 | 96 | 0 | 50 | 29 | 0 | 14B | 63 | 3C |
| Octal | 376 | 64 | 226 | 0 | 120 | 51 | 0 | 513 | 143 | 74 |
| Binary | 11111110 | 110100 | 10010110 | 0 | 1010000 | 101001 | 0 | 101001011 | 1100011 | 111100 |
Color Harmonies of #FE3496
Complementary color
Monochromatic Colors of #FE3496
Black with #FE3496
Text Example
Text Example
White with #FE3496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3496; }
p { color: rgb(254,52,150); }
H1.HeaderClassName
{
color: #FE3496;
}
.AnyTagClassName
{
color: #FE3496;
}
</style>
background-color css
<style>
a { background-color: #FE3496; }
a { background-color: rgb(254,52,150); }
div.DivClassName
{
background-color: #FE3496;
}
.BgClassName
{
background-color: #FE3496;
}
</style>
border-color css
<style>
span { border-color: #FE3496; }
span { border-color: rgb(254,52,150); }
td.TdClassName
{
border-color: #FE3496;
}
.TagClassName
{
border-color: #FE3496;
}
</style>