Shades of Wild Strawberry #FE37A1
Tints of Wild Strawberry #FE37A1
RGB
CMYK
RGB Variations
Color information
#FE37A1 (or 0xFE37A1) is known color: Wild Strawberry. HEX triplet: FE, 37 and A1. RGB value is (254,55,161). Sum of RGB (Red+Green+Blue) = 254+55+161=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE37A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE37A1 is #01C85E. Grayscale: #7E7E7E. Windows color (decimal): -116831 or 10565630. OLE color: 10565630.
HSL color Cylindrical-coordinate representation of color #FE37A1: hue angle of 328.04º 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 #FE37A1 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 161 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.00 |
| HSL | 328.04º | 0.99% | 0.61% | - |
| HSV(B) | 328.04º | 0.78% | 1% | - |
| XYZ | 48.67 | 26.38 | 36.24 | - |
| YUV | 126.59 | 147.43 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 161 | 0 | 0.78 | 0.37 | 0.00 | 328.04 | 0.99 | 0.61 |
| Hex | FE | 37 | A1 | 0 | 4E | 25 | 0 | 148 | 63 | 3D |
| Octal | 376 | 67 | 241 | 0 | 116 | 45 | 0 | 510 | 143 | 75 |
| Binary | 11111110 | 110111 | 10100001 | 0 | 1001110 | 100101 | 0 | 101001000 | 1100011 | 111101 |
Color Harmonies of #FE37A1
Complementary color
Monochromatic Colors of #FE37A1
Black with #FE37A1
Text Example
Text Example
White with #FE37A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE37A1; }
p { color: rgb(254,55,161); }
H1.HeaderClassName
{
color: #FE37A1;
}
.AnyTagClassName
{
color: #FE37A1;
}
</style>
background-color css
<style>
a { background-color: #FE37A1; }
a { background-color: rgb(254,55,161); }
div.DivClassName
{
background-color: #FE37A1;
}
.BgClassName
{
background-color: #FE37A1;
}
</style>
border-color css
<style>
span { border-color: #FE37A1; }
span { border-color: rgb(254,55,161); }
td.TdClassName
{
border-color: #FE37A1;
}
.TagClassName
{
border-color: #FE37A1;
}
</style>