Shades of Wild Strawberry #FE4097
Tints of Wild Strawberry #FE4097
RGB
CMYK
RGB Variations
Color information
#FE4097 (or 0xFE4097) is known color: Wild Strawberry. HEX triplet: FE, 40 and 97. RGB value is (254,64,151). Sum of RGB (Red+Green+Blue) = 254+64+151=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4097 is #01BF68. Grayscale: #828282. Windows color (decimal): -114537 or 9912574. OLE color: 9912574.
HSL color Cylindrical-coordinate representation of color #FE4097: hue angle of 332.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE4097 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 151 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.00 |
| HSL | 332.53º | 0.99% | 0.62% | - |
| HSV(B) | 332.53º | 0.75% | 1% | - |
| XYZ | 48.29 | 26.97 | 31.94 | - |
| YUV | 130.73 | 139.45 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 151 | 0 | 0.75 | 0.41 | 0.00 | 332.53 | 0.99 | 0.62 |
| Hex | FE | 40 | 97 | 0 | 4B | 29 | 0 | 14D | 63 | 3E |
| Octal | 376 | 100 | 227 | 0 | 113 | 51 | 0 | 515 | 143 | 76 |
| Binary | 11111110 | 1000000 | 10010111 | 0 | 1001011 | 101001 | 0 | 101001101 | 1100011 | 111110 |
Color Harmonies of #FE4097
Complementary color
Monochromatic Colors of #FE4097
Black with #FE4097
Text Example
Text Example
White with #FE4097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4097; }
p { color: rgb(254,64,151); }
H1.HeaderClassName
{
color: #FE4097;
}
.AnyTagClassName
{
color: #FE4097;
}
</style>
background-color css
<style>
a { background-color: #FE4097; }
a { background-color: rgb(254,64,151); }
div.DivClassName
{
background-color: #FE4097;
}
.BgClassName
{
background-color: #FE4097;
}
</style>
border-color css
<style>
span { border-color: #FE4097; }
span { border-color: rgb(254,64,151); }
td.TdClassName
{
border-color: #FE4097;
}
.TagClassName
{
border-color: #FE4097;
}
</style>