Shades of Wild Strawberry #FE2985
Tints of Wild Strawberry #FE2985
RGB
CMYK
RGB Variations
Color information
#FE2985 (or 0xFE2985) is known color: Wild Strawberry. HEX triplet: FE, 29 and 85. RGB value is (254,41,133). Sum of RGB (Red+Green+Blue) = 254+41+133=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2985 is #01D67A. Grayscale: #737373. Windows color (decimal): -120443 or 8727038. OLE color: 8727038.
HSL color Cylindrical-coordinate representation of color #FE2985: hue angle of 334.08º 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 #FE2985 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 133 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.00 |
| HSL | 334.08º | 0.99% | 0.58% | - |
| HSV(B) | 334.08º | 0.84% | 1% | - |
| XYZ | 45.9 | 24.35 | 24.47 | - |
| YUV | 115.18 | 138.07 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 133 | 0 | 0.84 | 0.48 | 0.00 | 334.08 | 0.99 | 0.58 |
| Hex | FE | 29 | 85 | 0 | 54 | 30 | 0 | 14E | 63 | 3A |
| Octal | 376 | 51 | 205 | 0 | 124 | 60 | 0 | 516 | 143 | 72 |
| Binary | 11111110 | 101001 | 10000101 | 0 | 1010100 | 110000 | 0 | 101001110 | 1100011 | 111010 |
Color Harmonies of #FE2985
Complementary color
Monochromatic Colors of #FE2985
Black with #FE2985
Text Example
Text Example
White with #FE2985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2985; }
p { color: rgb(254,41,133); }
H1.HeaderClassName
{
color: #FE2985;
}
.AnyTagClassName
{
color: #FE2985;
}
</style>
background-color css
<style>
a { background-color: #FE2985; }
a { background-color: rgb(254,41,133); }
div.DivClassName
{
background-color: #FE2985;
}
.BgClassName
{
background-color: #FE2985;
}
</style>
border-color css
<style>
span { border-color: #FE2985; }
span { border-color: rgb(254,41,133); }
td.TdClassName
{
border-color: #FE2985;
}
.TagClassName
{
border-color: #FE2985;
}
</style>