Shades of Wild Strawberry #FE278F
Tints of Wild Strawberry #FE278F
RGB
CMYK
RGB Variations
Color information
#FE278F (or 0xFE278F) is known color: Wild Strawberry. HEX triplet: FE, 27 and 8F. RGB value is (254,39,143). Sum of RGB (Red+Green+Blue) = 254+39+143=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE278F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE278F is #01D870. Grayscale: #727272. Windows color (decimal): -120945 or 9381886. OLE color: 9381886.
HSL color Cylindrical-coordinate representation of color #FE278F: hue angle of 330.98º 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 #FE278F is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 143 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.00 |
| HSL | 330.98º | 0.99% | 0.57% | - |
| HSV(B) | 330.98º | 0.85% | 1% | - |
| XYZ | 46.56 | 24.51 | 28.26 | - |
| YUV | 115.14 | 143.73 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 143 | 0 | 0.85 | 0.44 | 0.00 | 330.98 | 0.99 | 0.57 |
| Hex | FE | 27 | 8F | 0 | 55 | 2C | 0 | 14B | 63 | 39 |
| Octal | 376 | 47 | 217 | 0 | 125 | 54 | 0 | 513 | 143 | 71 |
| Binary | 11111110 | 100111 | 10001111 | 0 | 1010101 | 101100 | 0 | 101001011 | 1100011 | 111001 |
Color Harmonies of #FE278F
Complementary color
Monochromatic Colors of #FE278F
Black with #FE278F
Text Example
Text Example
White with #FE278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE278F; }
p { color: rgb(254,39,143); }
H1.HeaderClassName
{
color: #FE278F;
}
.AnyTagClassName
{
color: #FE278F;
}
</style>
background-color css
<style>
a { background-color: #FE278F; }
a { background-color: rgb(254,39,143); }
div.DivClassName
{
background-color: #FE278F;
}
.BgClassName
{
background-color: #FE278F;
}
</style>
border-color css
<style>
span { border-color: #FE278F; }
span { border-color: rgb(254,39,143); }
td.TdClassName
{
border-color: #FE278F;
}
.TagClassName
{
border-color: #FE278F;
}
</style>