Shades of Wild Strawberry #FE3083
Tints of Wild Strawberry #FE3083
RGB
CMYK
RGB Variations
Color information
#FE3083 (or 0xFE3083) is known color: Wild Strawberry. HEX triplet: FE, 30 and 83. RGB value is (254,48,131). Sum of RGB (Red+Green+Blue) = 254+48+131=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3083 is #01CF7C. Grayscale: #767676. Windows color (decimal): -118653 or 8597758. OLE color: 8597758.
HSL color Cylindrical-coordinate representation of color #FE3083: hue angle of 335.83º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3083 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 131 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.00 |
| HSL | 335.83º | 0.99% | 0.59% | - |
| HSV(B) | 335.83º | 0.81% | 1% | - |
| XYZ | 46.03 | 24.82 | 23.84 | - |
| YUV | 119.06 | 134.75 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 131 | 0 | 0.81 | 0.48 | 0.00 | 335.83 | 0.99 | 0.59 |
| Hex | FE | 30 | 83 | 0 | 51 | 30 | 0 | 150 | 63 | 3B |
| Octal | 376 | 60 | 203 | 0 | 121 | 60 | 0 | 520 | 143 | 73 |
| Binary | 11111110 | 110000 | 10000011 | 0 | 1010001 | 110000 | 0 | 101010000 | 1100011 | 111011 |
Color Harmonies of #FE3083
Complementary color
Monochromatic Colors of #FE3083
Black with #FE3083
Text Example
Text Example
White with #FE3083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3083; }
p { color: rgb(254,48,131); }
H1.HeaderClassName
{
color: #FE3083;
}
.AnyTagClassName
{
color: #FE3083;
}
</style>
background-color css
<style>
a { background-color: #FE3083; }
a { background-color: rgb(254,48,131); }
div.DivClassName
{
background-color: #FE3083;
}
.BgClassName
{
background-color: #FE3083;
}
</style>
border-color css
<style>
span { border-color: #FE3083; }
span { border-color: rgb(254,48,131); }
td.TdClassName
{
border-color: #FE3083;
}
.TagClassName
{
border-color: #FE3083;
}
</style>