Shades of Wild Strawberry #FE379D
Tints of Wild Strawberry #FE379D
RGB
CMYK
RGB Variations
Color information
#FE379D (or 0xFE379D) is known color: Wild Strawberry. HEX triplet: FE, 37 and 9D. RGB value is (254,55,157). Sum of RGB (Red+Green+Blue) = 254+55+157=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE379D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE379D is #01C862. Grayscale: #7D7D7D. Windows color (decimal): -116835 or 10303486. OLE color: 10303486.
HSL color Cylindrical-coordinate representation of color #FE379D: hue angle of 329.25º 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 #FE379D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 157 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.00 |
| HSL | 329.25º | 0.99% | 0.61% | - |
| HSV(B) | 329.25º | 0.78% | 1% | - |
| XYZ | 48.33 | 26.24 | 34.42 | - |
| YUV | 126.13 | 145.43 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 157 | 0 | 0.78 | 0.38 | 0.00 | 329.25 | 0.99 | 0.61 |
| Hex | FE | 37 | 9D | 0 | 4E | 26 | 0 | 149 | 63 | 3D |
| Octal | 376 | 67 | 235 | 0 | 116 | 46 | 0 | 511 | 143 | 75 |
| Binary | 11111110 | 110111 | 10011101 | 0 | 1001110 | 100110 | 0 | 101001001 | 1100011 | 111101 |
Color Harmonies of #FE379D
Complementary color
Monochromatic Colors of #FE379D
Black with #FE379D
Text Example
Text Example
White with #FE379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE379D; }
p { color: rgb(254,55,157); }
H1.HeaderClassName
{
color: #FE379D;
}
.AnyTagClassName
{
color: #FE379D;
}
</style>
background-color css
<style>
a { background-color: #FE379D; }
a { background-color: rgb(254,55,157); }
div.DivClassName
{
background-color: #FE379D;
}
.BgClassName
{
background-color: #FE379D;
}
</style>
border-color css
<style>
span { border-color: #FE379D; }
span { border-color: rgb(254,55,157); }
td.TdClassName
{
border-color: #FE379D;
}
.TagClassName
{
border-color: #FE379D;
}
</style>