Shades of Wild Strawberry #FE2D81
Tints of Wild Strawberry #FE2D81
RGB
CMYK
RGB Variations
Color information
#FE2D81 (or 0xFE2D81) is known color: Wild Strawberry. HEX triplet: FE, 2D and 81. RGB value is (254,45,129). Sum of RGB (Red+Green+Blue) = 254+45+129=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D81 is #01D27E. Grayscale: #747474. Windows color (decimal): -119423 or 8465918. OLE color: 8465918.
HSL color Cylindrical-coordinate representation of color #FE2D81: hue angle of 335.89º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2D81 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 129 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.00 |
| HSL | 335.89º | 0.99% | 0.59% | - |
| HSV(B) | 335.89º | 0.82% | 1% | - |
| XYZ | 45.77 | 24.53 | 23.09 | - |
| YUV | 117.07 | 134.74 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 129 | 0 | 0.82 | 0.49 | 0.00 | 335.89 | 0.99 | 0.59 |
| Hex | FE | 2D | 81 | 0 | 52 | 31 | 0 | 150 | 63 | 3B |
| Octal | 376 | 55 | 201 | 0 | 122 | 61 | 0 | 520 | 143 | 73 |
| Binary | 11111110 | 101101 | 10000001 | 0 | 1010010 | 110001 | 0 | 101010000 | 1100011 | 111011 |
Color Harmonies of #FE2D81
Complementary color
Monochromatic Colors of #FE2D81
Black with #FE2D81
Text Example
Text Example
White with #FE2D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D81; }
p { color: rgb(254,45,129); }
H1.HeaderClassName
{
color: #FE2D81;
}
.AnyTagClassName
{
color: #FE2D81;
}
</style>
background-color css
<style>
a { background-color: #FE2D81; }
a { background-color: rgb(254,45,129); }
div.DivClassName
{
background-color: #FE2D81;
}
.BgClassName
{
background-color: #FE2D81;
}
</style>
border-color css
<style>
span { border-color: #FE2D81; }
span { border-color: rgb(254,45,129); }
td.TdClassName
{
border-color: #FE2D81;
}
.TagClassName
{
border-color: #FE2D81;
}
</style>