Shades of Wild Strawberry #FE378B
Tints of Wild Strawberry #FE378B
RGB
CMYK
RGB Variations
Color information
#FE378B (or 0xFE378B) is known color: Wild Strawberry. HEX triplet: FE, 37 and 8B. RGB value is (254,55,139). Sum of RGB (Red+Green+Blue) = 254+55+139=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE378B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE378B is #01C874. Grayscale: #7B7B7B. Windows color (decimal): -116853 or 9123838. OLE color: 9123838.
HSL color Cylindrical-coordinate representation of color #FE378B: hue angle of 334.67º 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 #FE378B is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 139 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.00 |
| HSL | 334.67º | 0.99% | 0.61% | - |
| HSV(B) | 334.67º | 0.78% | 1% | - |
| XYZ | 46.9 | 25.67 | 26.91 | - |
| YUV | 124.08 | 136.43 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 139 | 0 | 0.78 | 0.45 | 0.00 | 334.67 | 0.99 | 0.61 |
| Hex | FE | 37 | 8B | 0 | 4E | 2D | 0 | 14F | 63 | 3D |
| Octal | 376 | 67 | 213 | 0 | 116 | 55 | 0 | 517 | 143 | 75 |
| Binary | 11111110 | 110111 | 10001011 | 0 | 1001110 | 101101 | 0 | 101001111 | 1100011 | 111101 |
Color Harmonies of #FE378B
Complementary color
Monochromatic Colors of #FE378B
Black with #FE378B
Text Example
Text Example
White with #FE378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE378B; }
p { color: rgb(254,55,139); }
H1.HeaderClassName
{
color: #FE378B;
}
.AnyTagClassName
{
color: #FE378B;
}
</style>
background-color css
<style>
a { background-color: #FE378B; }
a { background-color: rgb(254,55,139); }
div.DivClassName
{
background-color: #FE378B;
}
.BgClassName
{
background-color: #FE378B;
}
</style>
border-color css
<style>
span { border-color: #FE378B; }
span { border-color: rgb(254,55,139); }
td.TdClassName
{
border-color: #FE378B;
}
.TagClassName
{
border-color: #FE378B;
}
</style>