Shades of Wild Strawberry #FE2788
Tints of Wild Strawberry #FE2788
RGB
CMYK
RGB Variations
Color information
#FE2788 (or 0xFE2788) is known color: Wild Strawberry. HEX triplet: FE, 27 and 88. RGB value is (254,39,136). Sum of RGB (Red+Green+Blue) = 254+39+136=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2788 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2788 is #01D877. Grayscale: #727272. Windows color (decimal): -120952 or 8923134. OLE color: 8923134.
HSL color Cylindrical-coordinate representation of color #FE2788: hue angle of 332.93º 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 #FE2788 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 136 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.00 |
| HSL | 332.93º | 0.99% | 0.57% | - |
| HSV(B) | 332.93º | 0.85% | 1% | - |
| XYZ | 46.04 | 24.3 | 25.56 | - |
| YUV | 114.34 | 140.23 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 136 | 0 | 0.85 | 0.46 | 0.00 | 332.93 | 0.99 | 0.57 |
| Hex | FE | 27 | 88 | 0 | 55 | 2E | 0 | 14D | 63 | 39 |
| Octal | 376 | 47 | 210 | 0 | 125 | 56 | 0 | 515 | 143 | 71 |
| Binary | 11111110 | 100111 | 10001000 | 0 | 1010101 | 101110 | 0 | 101001101 | 1100011 | 111001 |
Color Harmonies of #FE2788
Complementary color
Monochromatic Colors of #FE2788
Black with #FE2788
Text Example
Text Example
White with #FE2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2788; }
p { color: rgb(254,39,136); }
H1.HeaderClassName
{
color: #FE2788;
}
.AnyTagClassName
{
color: #FE2788;
}
</style>
background-color css
<style>
a { background-color: #FE2788; }
a { background-color: rgb(254,39,136); }
div.DivClassName
{
background-color: #FE2788;
}
.BgClassName
{
background-color: #FE2788;
}
</style>
border-color css
<style>
span { border-color: #FE2788; }
span { border-color: rgb(254,39,136); }
td.TdClassName
{
border-color: #FE2788;
}
.TagClassName
{
border-color: #FE2788;
}
</style>