Shades of Wild Strawberry #FE378D
Tints of Wild Strawberry #FE378D
RGB
CMYK
RGB Variations
Color information
#FE378D (or 0xFE378D) is known color: Wild Strawberry. HEX triplet: FE, 37 and 8D. RGB value is (254,55,141). Sum of RGB (Red+Green+Blue) = 254+55+141=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE378D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE378D is #01C872. Grayscale: #7C7C7C. Windows color (decimal): -116851 or 9254910. OLE color: 9254910.
HSL color Cylindrical-coordinate representation of color #FE378D: hue angle of 334.07º 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 #FE378D is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 141 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.00 |
| HSL | 334.07º | 0.99% | 0.61% | - |
| HSV(B) | 334.07º | 0.78% | 1% | - |
| XYZ | 47.05 | 25.73 | 27.69 | - |
| YUV | 124.31 | 137.43 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 141 | 0 | 0.78 | 0.44 | 0.00 | 334.07 | 0.99 | 0.61 |
| Hex | FE | 37 | 8D | 0 | 4E | 2C | 0 | 14E | 63 | 3D |
| Octal | 376 | 67 | 215 | 0 | 116 | 54 | 0 | 516 | 143 | 75 |
| Binary | 11111110 | 110111 | 10001101 | 0 | 1001110 | 101100 | 0 | 101001110 | 1100011 | 111101 |
Color Harmonies of #FE378D
Complementary color
Monochromatic Colors of #FE378D
Black with #FE378D
Text Example
Text Example
White with #FE378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE378D; }
p { color: rgb(254,55,141); }
H1.HeaderClassName
{
color: #FE378D;
}
.AnyTagClassName
{
color: #FE378D;
}
</style>
background-color css
<style>
a { background-color: #FE378D; }
a { background-color: rgb(254,55,141); }
div.DivClassName
{
background-color: #FE378D;
}
.BgClassName
{
background-color: #FE378D;
}
</style>
border-color css
<style>
span { border-color: #FE378D; }
span { border-color: rgb(254,55,141); }
td.TdClassName
{
border-color: #FE378D;
}
.TagClassName
{
border-color: #FE378D;
}
</style>