Shades of Wild Strawberry #FE40A0
Tints of Wild Strawberry #FE40A0
RGB
CMYK
RGB Variations
Color information
#FE40A0 (or 0xFE40A0) is known color: Wild Strawberry. HEX triplet: FE, 40 and A0. RGB value is (254,64,160). Sum of RGB (Red+Green+Blue) = 254+64+160=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE40A0 is #01BF5F. Grayscale: #838383. Windows color (decimal): -114528 or 10502398. OLE color: 10502398.
HSL color Cylindrical-coordinate representation of color #FE40A0: hue angle of 329.68º 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 #FE40A0 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 160 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.00 |
| HSL | 329.68º | 0.99% | 0.62% | - |
| HSV(B) | 329.68º | 0.75% | 1% | - |
| XYZ | 49.05 | 27.28 | 35.94 | - |
| YUV | 131.75 | 143.95 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 160 | 0 | 0.75 | 0.37 | 0.00 | 329.68 | 0.99 | 0.62 |
| Hex | FE | 40 | A0 | 0 | 4B | 25 | 0 | 14A | 63 | 3E |
| Octal | 376 | 100 | 240 | 0 | 113 | 45 | 0 | 512 | 143 | 76 |
| Binary | 11111110 | 1000000 | 10100000 | 0 | 1001011 | 100101 | 0 | 101001010 | 1100011 | 111110 |
Color Harmonies of #FE40A0
Complementary color
Monochromatic Colors of #FE40A0
Black with #FE40A0
Text Example
Text Example
White with #FE40A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40A0; }
p { color: rgb(254,64,160); }
H1.HeaderClassName
{
color: #FE40A0;
}
.AnyTagClassName
{
color: #FE40A0;
}
</style>
background-color css
<style>
a { background-color: #FE40A0; }
a { background-color: rgb(254,64,160); }
div.DivClassName
{
background-color: #FE40A0;
}
.BgClassName
{
background-color: #FE40A0;
}
</style>
border-color css
<style>
span { border-color: #FE40A0; }
span { border-color: rgb(254,64,160); }
td.TdClassName
{
border-color: #FE40A0;
}
.TagClassName
{
border-color: #FE40A0;
}
</style>