Shades of Wild Strawberry #FE287E
Tints of Wild Strawberry #FE287E
RGB
CMYK
RGB Variations
Color information
#FE287E (or 0xFE287E) is known color: Wild Strawberry. HEX triplet: FE, 28 and 7E. RGB value is (254,40,126). Sum of RGB (Red+Green+Blue) = 254+40+126=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE287E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE287E is #01D781. Grayscale: #717171. Windows color (decimal): -120706 or 8268030. OLE color: 8268030.
HSL color Cylindrical-coordinate representation of color #FE287E: hue angle of 335.89º 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 #FE287E is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 126 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.00 |
| HSL | 335.89º | 0.99% | 0.58% | - |
| HSV(B) | 335.89º | 0.84% | 1% | - |
| XYZ | 45.4 | 24.09 | 22 | - |
| YUV | 113.79 | 134.9 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 126 | 0 | 0.84 | 0.50 | 0.00 | 335.89 | 0.99 | 0.58 |
| Hex | FE | 28 | 7E | 0 | 54 | 32 | 0 | 150 | 63 | 3A |
| Octal | 376 | 50 | 176 | 0 | 124 | 62 | 0 | 520 | 143 | 72 |
| Binary | 11111110 | 101000 | 1111110 | 0 | 1010100 | 110010 | 0 | 101010000 | 1100011 | 111010 |
Color Harmonies of #FE287E
Complementary color
Monochromatic Colors of #FE287E
Black with #FE287E
Text Example
Text Example
White with #FE287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE287E; }
p { color: rgb(254,40,126); }
H1.HeaderClassName
{
color: #FE287E;
}
.AnyTagClassName
{
color: #FE287E;
}
</style>
background-color css
<style>
a { background-color: #FE287E; }
a { background-color: rgb(254,40,126); }
div.DivClassName
{
background-color: #FE287E;
}
.BgClassName
{
background-color: #FE287E;
}
</style>
border-color css
<style>
span { border-color: #FE287E; }
span { border-color: rgb(254,40,126); }
td.TdClassName
{
border-color: #FE287E;
}
.TagClassName
{
border-color: #FE287E;
}
</style>