Shades of Wild Strawberry #FE37A6
Tints of Wild Strawberry #FE37A6
RGB
CMYK
RGB Variations
Color information
#FE37A6 (or 0xFE37A6) is known color: Wild Strawberry. HEX triplet: FE, 37 and A6. RGB value is (254,55,166). Sum of RGB (Red+Green+Blue) = 254+55+166=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE37A6 is #01C859. Grayscale: #7E7E7E. Windows color (decimal): -116826 or 10893310. OLE color: 10893310.
HSL color Cylindrical-coordinate representation of color #FE37A6: hue angle of 326.53º 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 #FE37A6 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 166 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.00 |
| HSL | 326.53º | 0.99% | 0.61% | - |
| HSV(B) | 326.53º | 0.78% | 1% | - |
| XYZ | 49.12 | 26.56 | 38.61 | - |
| YUV | 127.16 | 149.93 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 166 | 0 | 0.78 | 0.35 | 0.00 | 326.53 | 0.99 | 0.61 |
| Hex | FE | 37 | A6 | 0 | 4E | 23 | 0 | 147 | 63 | 3D |
| Octal | 376 | 67 | 246 | 0 | 116 | 43 | 0 | 507 | 143 | 75 |
| Binary | 11111110 | 110111 | 10100110 | 0 | 1001110 | 100011 | 0 | 101000111 | 1100011 | 111101 |
Color Harmonies of #FE37A6
Complementary color
Monochromatic Colors of #FE37A6
Black with #FE37A6
Text Example
Text Example
White with #FE37A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37A6; }
p { color: rgb(254,55,166); }
H1.HeaderClassName
{
color: #FE37A6;
}
.AnyTagClassName
{
color: #FE37A6;
}
</style>
background-color css
<style>
a { background-color: #FE37A6; }
a { background-color: rgb(254,55,166); }
div.DivClassName
{
background-color: #FE37A6;
}
.BgClassName
{
background-color: #FE37A6;
}
</style>
border-color css
<style>
span { border-color: #FE37A6; }
span { border-color: rgb(254,55,166); }
td.TdClassName
{
border-color: #FE37A6;
}
.TagClassName
{
border-color: #FE37A6;
}
</style>