Shades of Wild Strawberry #FE409D
Tints of Wild Strawberry #FE409D
RGB
CMYK
RGB Variations
Color information
#FE409D (or 0xFE409D) is known color: Wild Strawberry. HEX triplet: FE, 40 and 9D. RGB value is (254,64,157). Sum of RGB (Red+Green+Blue) = 254+64+157=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE409D is #01BF62. Grayscale: #838383. Windows color (decimal): -114531 or 10305790. OLE color: 10305790.
HSL color Cylindrical-coordinate representation of color #FE409D: hue angle of 330.63º 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 #FE409D is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 157 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.00 |
| HSL | 330.63º | 0.99% | 0.62% | - |
| HSV(B) | 330.63º | 0.75% | 1% | - |
| XYZ | 48.79 | 27.17 | 34.57 | - |
| YUV | 131.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 157 | 0 | 0.75 | 0.38 | 0.00 | 330.63 | 0.99 | 0.62 |
| Hex | FE | 40 | 9D | 0 | 4B | 26 | 0 | 14B | 63 | 3E |
| Octal | 376 | 100 | 235 | 0 | 113 | 46 | 0 | 513 | 143 | 76 |
| Binary | 11111110 | 1000000 | 10011101 | 0 | 1001011 | 100110 | 0 | 101001011 | 1100011 | 111110 |
Color Harmonies of #FE409D
Complementary color
Monochromatic Colors of #FE409D
Black with #FE409D
Text Example
Text Example
White with #FE409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE409D; }
p { color: rgb(254,64,157); }
H1.HeaderClassName
{
color: #FE409D;
}
.AnyTagClassName
{
color: #FE409D;
}
</style>
background-color css
<style>
a { background-color: #FE409D; }
a { background-color: rgb(254,64,157); }
div.DivClassName
{
background-color: #FE409D;
}
.BgClassName
{
background-color: #FE409D;
}
</style>
border-color css
<style>
span { border-color: #FE409D; }
span { border-color: rgb(254,64,157); }
td.TdClassName
{
border-color: #FE409D;
}
.TagClassName
{
border-color: #FE409D;
}
</style>