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