Shades of Wild Strawberry #FE2892
Tints of Wild Strawberry #FE2892
RGB
CMYK
RGB Variations
Color information
#FE2892 (or 0xFE2892) is known color: Wild Strawberry. HEX triplet: FE, 28 and 92. RGB value is (254,40,146). Sum of RGB (Red+Green+Blue) = 254+40+146=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2892 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2892 is #01D76D. Grayscale: #737373. Windows color (decimal): -120686 or 9578750. OLE color: 9578750.
HSL color Cylindrical-coordinate representation of color #FE2892: hue angle of 330.28º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2892 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 146 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.00 |
| HSL | 330.28º | 0.99% | 0.58% | - |
| HSV(B) | 330.28º | 0.84% | 1% | - |
| XYZ | 46.82 | 24.66 | 29.49 | - |
| YUV | 116.07 | 144.9 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 146 | 0 | 0.84 | 0.43 | 0.00 | 330.28 | 0.99 | 0.58 |
| Hex | FE | 28 | 92 | 0 | 54 | 2B | 0 | 14A | 63 | 3A |
| Octal | 376 | 50 | 222 | 0 | 124 | 53 | 0 | 512 | 143 | 72 |
| Binary | 11111110 | 101000 | 10010010 | 0 | 1010100 | 101011 | 0 | 101001010 | 1100011 | 111010 |
Color Harmonies of #FE2892
Complementary color
Monochromatic Colors of #FE2892
Black with #FE2892
Text Example
Text Example
White with #FE2892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2892; }
p { color: rgb(254,40,146); }
H1.HeaderClassName
{
color: #FE2892;
}
.AnyTagClassName
{
color: #FE2892;
}
</style>
background-color css
<style>
a { background-color: #FE2892; }
a { background-color: rgb(254,40,146); }
div.DivClassName
{
background-color: #FE2892;
}
.BgClassName
{
background-color: #FE2892;
}
</style>
border-color css
<style>
span { border-color: #FE2892; }
span { border-color: rgb(254,40,146); }
td.TdClassName
{
border-color: #FE2892;
}
.TagClassName
{
border-color: #FE2892;
}
</style>