Shades of Wild Strawberry #FE379C
Tints of Wild Strawberry #FE379C
RGB
CMYK
RGB Variations
Color information
#FE379C (or 0xFE379C) is known color: Wild Strawberry. HEX triplet: FE, 37 and 9C. RGB value is (254,55,156). Sum of RGB (Red+Green+Blue) = 254+55+156=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE379C is #01C863. Grayscale: #7D7D7D. Windows color (decimal): -116836 or 10237950. OLE color: 10237950.
HSL color Cylindrical-coordinate representation of color #FE379C: hue angle of 329.55º 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 #FE379C is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 156 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.00 |
| HSL | 329.55º | 0.99% | 0.61% | - |
| HSV(B) | 329.55º | 0.78% | 1% | - |
| XYZ | 48.24 | 26.2 | 33.97 | - |
| YUV | 126.02 | 144.93 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 156 | 0 | 0.78 | 0.39 | 0.00 | 329.55 | 0.99 | 0.61 |
| Hex | FE | 37 | 9C | 0 | 4E | 27 | 0 | 14A | 63 | 3D |
| Octal | 376 | 67 | 234 | 0 | 116 | 47 | 0 | 512 | 143 | 75 |
| Binary | 11111110 | 110111 | 10011100 | 0 | 1001110 | 100111 | 0 | 101001010 | 1100011 | 111101 |
Color Harmonies of #FE379C
Complementary color
Monochromatic Colors of #FE379C
Black with #FE379C
Text Example
Text Example
White with #FE379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE379C; }
p { color: rgb(254,55,156); }
H1.HeaderClassName
{
color: #FE379C;
}
.AnyTagClassName
{
color: #FE379C;
}
</style>
background-color css
<style>
a { background-color: #FE379C; }
a { background-color: rgb(254,55,156); }
div.DivClassName
{
background-color: #FE379C;
}
.BgClassName
{
background-color: #FE379C;
}
</style>
border-color css
<style>
span { border-color: #FE379C; }
span { border-color: rgb(254,55,156); }
td.TdClassName
{
border-color: #FE379C;
}
.TagClassName
{
border-color: #FE379C;
}
</style>