Shades of Wild Strawberry #FE39A4
Tints of Wild Strawberry #FE39A4
RGB
CMYK
RGB Variations
Color information
#FE39A4 (or 0xFE39A4) is known color: Wild Strawberry. HEX triplet: FE, 39 and A4. RGB value is (254,57,164). Sum of RGB (Red+Green+Blue) = 254+57+164=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE39A4 is #01C65B. Grayscale: #7F7F7F. Windows color (decimal): -116316 or 10762750. OLE color: 10762750.
HSL color Cylindrical-coordinate representation of color #FE39A4: hue angle of 327.41º 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 #FE39A4 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 164 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.00 |
| HSL | 327.41º | 0.99% | 0.61% | - |
| HSV(B) | 327.41º | 0.78% | 1% | - |
| XYZ | 49.04 | 26.68 | 37.69 | - |
| YUV | 128.1 | 148.27 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 164 | 0 | 0.78 | 0.35 | 0.00 | 327.41 | 0.99 | 0.61 |
| Hex | FE | 39 | A4 | 0 | 4E | 23 | 0 | 147 | 63 | 3D |
| Octal | 376 | 71 | 244 | 0 | 116 | 43 | 0 | 507 | 143 | 75 |
| Binary | 11111110 | 111001 | 10100100 | 0 | 1001110 | 100011 | 0 | 101000111 | 1100011 | 111101 |
Color Harmonies of #FE39A4
Complementary color
Monochromatic Colors of #FE39A4
Black with #FE39A4
Text Example
Text Example
White with #FE39A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE39A4; }
p { color: rgb(254,57,164); }
H1.HeaderClassName
{
color: #FE39A4;
}
.AnyTagClassName
{
color: #FE39A4;
}
</style>
background-color css
<style>
a { background-color: #FE39A4; }
a { background-color: rgb(254,57,164); }
div.DivClassName
{
background-color: #FE39A4;
}
.BgClassName
{
background-color: #FE39A4;
}
</style>
border-color css
<style>
span { border-color: #FE39A4; }
span { border-color: rgb(254,57,164); }
td.TdClassName
{
border-color: #FE39A4;
}
.TagClassName
{
border-color: #FE39A4;
}
</style>