Shades of Wild Strawberry #FE2F86
Tints of Wild Strawberry #FE2F86
RGB
CMYK
RGB Variations
Color information
#FE2F86 (or 0xFE2F86) is known color: Wild Strawberry. HEX triplet: FE, 2F and 86. RGB value is (254,47,134). Sum of RGB (Red+Green+Blue) = 254+47+134=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2F86 is #01D079. Grayscale: #767676. Windows color (decimal): -118906 or 8794110. OLE color: 8794110.
HSL color Cylindrical-coordinate representation of color #FE2F86: hue angle of 334.78º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2F86 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 134 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.00 |
| HSL | 334.78º | 0.99% | 0.59% | - |
| HSV(B) | 334.78º | 0.81% | 1% | - |
| XYZ | 46.19 | 24.83 | 24.91 | - |
| YUV | 118.81 | 136.58 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 134 | 0 | 0.81 | 0.47 | 0.00 | 334.78 | 0.99 | 0.59 |
| Hex | FE | 2F | 86 | 0 | 51 | 2F | 0 | 14F | 63 | 3B |
| Octal | 376 | 57 | 206 | 0 | 121 | 57 | 0 | 517 | 143 | 73 |
| Binary | 11111110 | 101111 | 10000110 | 0 | 1010001 | 101111 | 0 | 101001111 | 1100011 | 111011 |
Color Harmonies of #FE2F86
Complementary color
Monochromatic Colors of #FE2F86
Black with #FE2F86
Text Example
Text Example
White with #FE2F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F86; }
p { color: rgb(254,47,134); }
H1.HeaderClassName
{
color: #FE2F86;
}
.AnyTagClassName
{
color: #FE2F86;
}
</style>
background-color css
<style>
a { background-color: #FE2F86; }
a { background-color: rgb(254,47,134); }
div.DivClassName
{
background-color: #FE2F86;
}
.BgClassName
{
background-color: #FE2F86;
}
</style>
border-color css
<style>
span { border-color: #FE2F86; }
span { border-color: rgb(254,47,134); }
td.TdClassName
{
border-color: #FE2F86;
}
.TagClassName
{
border-color: #FE2F86;
}
</style>