Shades of Wild Strawberry #FE2689
Tints of Wild Strawberry #FE2689
RGB
CMYK
RGB Variations
Color information
#FE2689 (or 0xFE2689) is known color: Wild Strawberry. HEX triplet: FE, 26 and 89. RGB value is (254,38,137). Sum of RGB (Red+Green+Blue) = 254+38+137=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2689 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2689 is #01D976. Grayscale: #717171. Windows color (decimal): -121207 or 8988414. OLE color: 8988414.
HSL color Cylindrical-coordinate representation of color #FE2689: hue angle of 332.5º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2689 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 137 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.00 |
| HSL | 332.5º | 0.99% | 0.57% | - |
| HSV(B) | 332.5º | 0.85% | 1% | - |
| XYZ | 46.08 | 24.26 | 25.92 | - |
| YUV | 113.87 | 141.06 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 137 | 0 | 0.85 | 0.46 | 0.00 | 332.5 | 0.99 | 0.57 |
| Hex | FE | 26 | 89 | 0 | 55 | 2E | 0 | 14C | 63 | 39 |
| Octal | 376 | 46 | 211 | 0 | 125 | 56 | 0 | 514 | 143 | 71 |
| Binary | 11111110 | 100110 | 10001001 | 0 | 1010101 | 101110 | 0 | 101001100 | 1100011 | 111001 |
Color Harmonies of #FE2689
Complementary color
Monochromatic Colors of #FE2689
Black with #FE2689
Text Example
Text Example
White with #FE2689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2689; }
p { color: rgb(254,38,137); }
H1.HeaderClassName
{
color: #FE2689;
}
.AnyTagClassName
{
color: #FE2689;
}
</style>
background-color css
<style>
a { background-color: #FE2689; }
a { background-color: rgb(254,38,137); }
div.DivClassName
{
background-color: #FE2689;
}
.BgClassName
{
background-color: #FE2689;
}
</style>
border-color css
<style>
span { border-color: #FE2689; }
span { border-color: rgb(254,38,137); }
td.TdClassName
{
border-color: #FE2689;
}
.TagClassName
{
border-color: #FE2689;
}
</style>