Shades of Wild Strawberry #FE379E
Tints of Wild Strawberry #FE379E
RGB
CMYK
RGB Variations
Color information
#FE379E (or 0xFE379E) is known color: Wild Strawberry. HEX triplet: FE, 37 and 9E. RGB value is (254,55,158). Sum of RGB (Red+Green+Blue) = 254+55+158=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE379E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE379E is #01C861. Grayscale: #7E7E7E. Windows color (decimal): -116834 or 10369022. OLE color: 10369022.
HSL color Cylindrical-coordinate representation of color #FE379E: hue angle of 328.94º 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 #FE379E is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 158 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.00 |
| HSL | 328.94º | 0.99% | 0.61% | - |
| HSV(B) | 328.94º | 0.78% | 1% | - |
| XYZ | 48.41 | 26.27 | 34.87 | - |
| YUV | 126.24 | 145.93 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 158 | 0 | 0.78 | 0.38 | 0.00 | 328.94 | 0.99 | 0.61 |
| Hex | FE | 37 | 9E | 0 | 4E | 26 | 0 | 149 | 63 | 3D |
| Octal | 376 | 67 | 236 | 0 | 116 | 46 | 0 | 511 | 143 | 75 |
| Binary | 11111110 | 110111 | 10011110 | 0 | 1001110 | 100110 | 0 | 101001001 | 1100011 | 111101 |
Color Harmonies of #FE379E
Complementary color
Monochromatic Colors of #FE379E
Black with #FE379E
Text Example
Text Example
White with #FE379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE379E; }
p { color: rgb(254,55,158); }
H1.HeaderClassName
{
color: #FE379E;
}
.AnyTagClassName
{
color: #FE379E;
}
</style>
background-color css
<style>
a { background-color: #FE379E; }
a { background-color: rgb(254,55,158); }
div.DivClassName
{
background-color: #FE379E;
}
.BgClassName
{
background-color: #FE379E;
}
</style>
border-color css
<style>
span { border-color: #FE379E; }
span { border-color: rgb(254,55,158); }
td.TdClassName
{
border-color: #FE379E;
}
.TagClassName
{
border-color: #FE379E;
}
</style>