Shades of Wild Strawberry #FE39A0
Tints of Wild Strawberry #FE39A0
RGB
CMYK
RGB Variations
Color information
#FE39A0 (or 0xFE39A0) is known color: Wild Strawberry. HEX triplet: FE, 39 and A0. RGB value is (254,57,160). Sum of RGB (Red+Green+Blue) = 254+57+160=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE39A0 is #01C65F. Grayscale: #7F7F7F. Windows color (decimal): -116320 or 10500606. OLE color: 10500606.
HSL color Cylindrical-coordinate representation of color #FE39A0: hue angle of 328.63º 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 #FE39A0 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 160 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.00 |
| HSL | 328.63º | 0.99% | 0.61% | - |
| HSV(B) | 328.63º | 0.78% | 1% | - |
| XYZ | 48.68 | 26.54 | 35.81 | - |
| YUV | 127.65 | 146.27 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 160 | 0 | 0.78 | 0.37 | 0.00 | 328.63 | 0.99 | 0.61 |
| Hex | FE | 39 | A0 | 0 | 4E | 25 | 0 | 149 | 63 | 3D |
| Octal | 376 | 71 | 240 | 0 | 116 | 45 | 0 | 511 | 143 | 75 |
| Binary | 11111110 | 111001 | 10100000 | 0 | 1001110 | 100101 | 0 | 101001001 | 1100011 | 111101 |
Color Harmonies of #FE39A0
Complementary color
Monochromatic Colors of #FE39A0
Black with #FE39A0
Text Example
Text Example
White with #FE39A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE39A0; }
p { color: rgb(254,57,160); }
H1.HeaderClassName
{
color: #FE39A0;
}
.AnyTagClassName
{
color: #FE39A0;
}
</style>
background-color css
<style>
a { background-color: #FE39A0; }
a { background-color: rgb(254,57,160); }
div.DivClassName
{
background-color: #FE39A0;
}
.BgClassName
{
background-color: #FE39A0;
}
</style>
border-color css
<style>
span { border-color: #FE39A0; }
span { border-color: rgb(254,57,160); }
td.TdClassName
{
border-color: #FE39A0;
}
.TagClassName
{
border-color: #FE39A0;
}
</style>