Shades of Wild Strawberry #FE2D82
Tints of Wild Strawberry #FE2D82
RGB
CMYK
RGB Variations
Color information
#FE2D82 (or 0xFE2D82) is known color: Wild Strawberry. HEX triplet: FE, 2D and 82. RGB value is (254,45,130). Sum of RGB (Red+Green+Blue) = 254+45+130=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D82 is #01D27D. Grayscale: #757575. Windows color (decimal): -119422 or 8531454. OLE color: 8531454.
HSL color Cylindrical-coordinate representation of color #FE2D82: hue angle of 335.6º 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 #FE2D82 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 130 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.00 |
| HSL | 335.6º | 0.99% | 0.59% | - |
| HSV(B) | 335.6º | 0.82% | 1% | - |
| XYZ | 45.84 | 24.56 | 23.44 | - |
| YUV | 117.18 | 135.24 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 130 | 0 | 0.82 | 0.49 | 0.00 | 335.6 | 0.99 | 0.59 |
| Hex | FE | 2D | 82 | 0 | 52 | 31 | 0 | 150 | 63 | 3B |
| Octal | 376 | 55 | 202 | 0 | 122 | 61 | 0 | 520 | 143 | 73 |
| Binary | 11111110 | 101101 | 10000010 | 0 | 1010010 | 110001 | 0 | 101010000 | 1100011 | 111011 |
Color Harmonies of #FE2D82
Complementary color
Monochromatic Colors of #FE2D82
Black with #FE2D82
Text Example
Text Example
White with #FE2D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D82; }
p { color: rgb(254,45,130); }
H1.HeaderClassName
{
color: #FE2D82;
}
.AnyTagClassName
{
color: #FE2D82;
}
</style>
background-color css
<style>
a { background-color: #FE2D82; }
a { background-color: rgb(254,45,130); }
div.DivClassName
{
background-color: #FE2D82;
}
.BgClassName
{
background-color: #FE2D82;
}
</style>
border-color css
<style>
span { border-color: #FE2D82; }
span { border-color: rgb(254,45,130); }
td.TdClassName
{
border-color: #FE2D82;
}
.TagClassName
{
border-color: #FE2D82;
}
</style>