Shades of Wild Strawberry #FE2D83
Tints of Wild Strawberry #FE2D83
RGB
CMYK
RGB Variations
Color information
#FE2D83 (or 0xFE2D83) is known color: Wild Strawberry. HEX triplet: FE, 2D and 83. RGB value is (254,45,131). Sum of RGB (Red+Green+Blue) = 254+45+131=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D83 is #01D27C. Grayscale: #757575. Windows color (decimal): -119421 or 8596990. OLE color: 8596990.
HSL color Cylindrical-coordinate representation of color #FE2D83: hue angle of 335.31º 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 #FE2D83 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 131 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.00 |
| HSL | 335.31º | 0.99% | 0.59% | - |
| HSV(B) | 335.31º | 0.82% | 1% | - |
| XYZ | 45.91 | 24.59 | 23.8 | - |
| YUV | 117.3 | 135.74 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 131 | 0 | 0.82 | 0.48 | 0.00 | 335.31 | 0.99 | 0.59 |
| Hex | FE | 2D | 83 | 0 | 52 | 30 | 0 | 14F | 63 | 3B |
| Octal | 376 | 55 | 203 | 0 | 122 | 60 | 0 | 517 | 143 | 73 |
| Binary | 11111110 | 101101 | 10000011 | 0 | 1010010 | 110000 | 0 | 101001111 | 1100011 | 111011 |
Color Harmonies of #FE2D83
Complementary color
Monochromatic Colors of #FE2D83
Black with #FE2D83
Text Example
Text Example
White with #FE2D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D83; }
p { color: rgb(254,45,131); }
H1.HeaderClassName
{
color: #FE2D83;
}
.AnyTagClassName
{
color: #FE2D83;
}
</style>
background-color css
<style>
a { background-color: #FE2D83; }
a { background-color: rgb(254,45,131); }
div.DivClassName
{
background-color: #FE2D83;
}
.BgClassName
{
background-color: #FE2D83;
}
</style>
border-color css
<style>
span { border-color: #FE2D83; }
span { border-color: rgb(254,45,131); }
td.TdClassName
{
border-color: #FE2D83;
}
.TagClassName
{
border-color: #FE2D83;
}
</style>