Shades of Wild Strawberry #FE278A
Tints of Wild Strawberry #FE278A
RGB
CMYK
RGB Variations
Color information
#FE278A (or 0xFE278A) is known color: Wild Strawberry. HEX triplet: FE, 27 and 8A. RGB value is (254,39,138). Sum of RGB (Red+Green+Blue) = 254+39+138=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE278A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE278A is #01D875. Grayscale: #727272. Windows color (decimal): -120950 or 9054206. OLE color: 9054206.
HSL color Cylindrical-coordinate representation of color #FE278A: hue angle of 332.37º 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 #FE278A is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 138 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.00 |
| HSL | 332.37º | 0.99% | 0.57% | - |
| HSV(B) | 332.37º | 0.85% | 1% | - |
| XYZ | 46.19 | 24.36 | 26.31 | - |
| YUV | 114.57 | 141.23 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 138 | 0 | 0.85 | 0.46 | 0.00 | 332.37 | 0.99 | 0.57 |
| Hex | FE | 27 | 8A | 0 | 55 | 2E | 0 | 14C | 63 | 39 |
| Octal | 376 | 47 | 212 | 0 | 125 | 56 | 0 | 514 | 143 | 71 |
| Binary | 11111110 | 100111 | 10001010 | 0 | 1010101 | 101110 | 0 | 101001100 | 1100011 | 111001 |
Color Harmonies of #FE278A
Complementary color
Monochromatic Colors of #FE278A
Black with #FE278A
Text Example
Text Example
White with #FE278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE278A; }
p { color: rgb(254,39,138); }
H1.HeaderClassName
{
color: #FE278A;
}
.AnyTagClassName
{
color: #FE278A;
}
</style>
background-color css
<style>
a { background-color: #FE278A; }
a { background-color: rgb(254,39,138); }
div.DivClassName
{
background-color: #FE278A;
}
.BgClassName
{
background-color: #FE278A;
}
</style>
border-color css
<style>
span { border-color: #FE278A; }
span { border-color: rgb(254,39,138); }
td.TdClassName
{
border-color: #FE278A;
}
.TagClassName
{
border-color: #FE278A;
}
</style>