Shades of Wild Strawberry #FE278E
Tints of Wild Strawberry #FE278E
RGB
CMYK
RGB Variations
Color information
#FE278E (or 0xFE278E) is known color: Wild Strawberry. HEX triplet: FE, 27 and 8E. RGB value is (254,39,142). Sum of RGB (Red+Green+Blue) = 254+39+142=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE278E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE278E is #01D871. Grayscale: #727272. Windows color (decimal): -120946 or 9316350. OLE color: 9316350.
HSL color Cylindrical-coordinate representation of color #FE278E: hue angle of 331.26º 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 #FE278E is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 142 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.00 |
| HSL | 331.26º | 0.99% | 0.57% | - |
| HSV(B) | 331.26º | 0.85% | 1% | - |
| XYZ | 46.48 | 24.47 | 27.87 | - |
| YUV | 115.03 | 143.23 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 142 | 0 | 0.85 | 0.44 | 0.00 | 331.26 | 0.99 | 0.57 |
| Hex | FE | 27 | 8E | 0 | 55 | 2C | 0 | 14B | 63 | 39 |
| Octal | 376 | 47 | 216 | 0 | 125 | 54 | 0 | 513 | 143 | 71 |
| Binary | 11111110 | 100111 | 10001110 | 0 | 1010101 | 101100 | 0 | 101001011 | 1100011 | 111001 |
Color Harmonies of #FE278E
Complementary color
Monochromatic Colors of #FE278E
Black with #FE278E
Text Example
Text Example
White with #FE278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE278E; }
p { color: rgb(254,39,142); }
H1.HeaderClassName
{
color: #FE278E;
}
.AnyTagClassName
{
color: #FE278E;
}
</style>
background-color css
<style>
a { background-color: #FE278E; }
a { background-color: rgb(254,39,142); }
div.DivClassName
{
background-color: #FE278E;
}
.BgClassName
{
background-color: #FE278E;
}
</style>
border-color css
<style>
span { border-color: #FE278E; }
span { border-color: rgb(254,39,142); }
td.TdClassName
{
border-color: #FE278E;
}
.TagClassName
{
border-color: #FE278E;
}
</style>