Shades of Wild Strawberry #FE3798
Tints of Wild Strawberry #FE3798
RGB
CMYK
RGB Variations
Color information
#FE3798 (or 0xFE3798) is known color: Wild Strawberry. HEX triplet: FE, 37 and 98. RGB value is (254,55,152). Sum of RGB (Red+Green+Blue) = 254+55+152=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3798 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3798 is #01C867. Grayscale: #7D7D7D. Windows color (decimal): -116840 or 9975806. OLE color: 9975806.
HSL color Cylindrical-coordinate representation of color #FE3798: hue angle of 330.75º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3798 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 152 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.00 |
| HSL | 330.75º | 0.99% | 0.61% | - |
| HSV(B) | 330.75º | 0.78% | 1% | - |
| XYZ | 47.91 | 26.07 | 32.21 | - |
| YUV | 125.56 | 142.93 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 152 | 0 | 0.78 | 0.40 | 0.00 | 330.75 | 0.99 | 0.61 |
| Hex | FE | 37 | 98 | 0 | 4E | 28 | 0 | 14B | 63 | 3D |
| Octal | 376 | 67 | 230 | 0 | 116 | 50 | 0 | 513 | 143 | 75 |
| Binary | 11111110 | 110111 | 10011000 | 0 | 1001110 | 101000 | 0 | 101001011 | 1100011 | 111101 |
Color Harmonies of #FE3798
Complementary color
Monochromatic Colors of #FE3798
Black with #FE3798
Text Example
Text Example
White with #FE3798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3798; }
p { color: rgb(254,55,152); }
H1.HeaderClassName
{
color: #FE3798;
}
.AnyTagClassName
{
color: #FE3798;
}
</style>
background-color css
<style>
a { background-color: #FE3798; }
a { background-color: rgb(254,55,152); }
div.DivClassName
{
background-color: #FE3798;
}
.BgClassName
{
background-color: #FE3798;
}
</style>
border-color css
<style>
span { border-color: #FE3798; }
span { border-color: rgb(254,55,152); }
td.TdClassName
{
border-color: #FE3798;
}
.TagClassName
{
border-color: #FE3798;
}
</style>