Shades of Wild Strawberry #FE378F
Tints of Wild Strawberry #FE378F
RGB
CMYK
RGB Variations
Color information
#FE378F (or 0xFE378F) is known color: Wild Strawberry. HEX triplet: FE, 37 and 8F. RGB value is (254,55,143). Sum of RGB (Red+Green+Blue) = 254+55+143=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE378F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE378F is #01C870. Grayscale: #7C7C7C. Windows color (decimal): -116849 or 9385982. OLE color: 9385982.
HSL color Cylindrical-coordinate representation of color #FE378F: hue angle of 333.47º 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 #FE378F is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 143 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.00 |
| HSL | 333.47º | 0.99% | 0.61% | - |
| HSV(B) | 333.47º | 0.78% | 1% | - |
| XYZ | 47.2 | 25.79 | 28.48 | - |
| YUV | 124.53 | 138.43 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 143 | 0 | 0.78 | 0.44 | 0.00 | 333.47 | 0.99 | 0.61 |
| Hex | FE | 37 | 8F | 0 | 4E | 2C | 0 | 14D | 63 | 3D |
| Octal | 376 | 67 | 217 | 0 | 116 | 54 | 0 | 515 | 143 | 75 |
| Binary | 11111110 | 110111 | 10001111 | 0 | 1001110 | 101100 | 0 | 101001101 | 1100011 | 111101 |
Color Harmonies of #FE378F
Complementary color
Monochromatic Colors of #FE378F
Black with #FE378F
Text Example
Text Example
White with #FE378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE378F; }
p { color: rgb(254,55,143); }
H1.HeaderClassName
{
color: #FE378F;
}
.AnyTagClassName
{
color: #FE378F;
}
</style>
background-color css
<style>
a { background-color: #FE378F; }
a { background-color: rgb(254,55,143); }
div.DivClassName
{
background-color: #FE378F;
}
.BgClassName
{
background-color: #FE378F;
}
</style>
border-color css
<style>
span { border-color: #FE378F; }
span { border-color: rgb(254,55,143); }
td.TdClassName
{
border-color: #FE378F;
}
.TagClassName
{
border-color: #FE378F;
}
</style>