Shades of Wild Strawberry #FE39A8
Tints of Wild Strawberry #FE39A8
RGB
CMYK
RGB Variations
Color information
#FE39A8 (or 0xFE39A8) is known color: Wild Strawberry. HEX triplet: FE, 39 and A8. RGB value is (254,57,168). Sum of RGB (Red+Green+Blue) = 254+57+168=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 57 (22.66% from 255 or 11.90% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE39A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE39A8 is #01C657. Grayscale: #808080. Windows color (decimal): -116312 or 11024894. OLE color: 11024894.
HSL color Cylindrical-coordinate representation of color #FE39A8: hue angle of 326.19º 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 #FE39A8 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 168 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.00 |
| HSL | 326.19º | 0.99% | 0.61% | - |
| HSV(B) | 326.19º | 0.78% | 1% | - |
| XYZ | 49.4 | 26.82 | 39.62 | - |
| YUV | 128.56 | 150.27 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 168 | 0 | 0.78 | 0.34 | 0.00 | 326.19 | 0.99 | 0.61 |
| Hex | FE | 39 | A8 | 0 | 4E | 22 | 0 | 146 | 63 | 3D |
| Octal | 376 | 71 | 250 | 0 | 116 | 42 | 0 | 506 | 143 | 75 |
| Binary | 11111110 | 111001 | 10101000 | 0 | 1001110 | 100010 | 0 | 101000110 | 1100011 | 111101 |
Color Harmonies of #FE39A8
Complementary color
Monochromatic Colors of #FE39A8
Black with #FE39A8
Text Example
Text Example
White with #FE39A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE39A8; }
p { color: rgb(254,57,168); }
H1.HeaderClassName
{
color: #FE39A8;
}
.AnyTagClassName
{
color: #FE39A8;
}
</style>
background-color css
<style>
a { background-color: #FE39A8; }
a { background-color: rgb(254,57,168); }
div.DivClassName
{
background-color: #FE39A8;
}
.BgClassName
{
background-color: #FE39A8;
}
</style>
border-color css
<style>
span { border-color: #FE39A8; }
span { border-color: rgb(254,57,168); }
td.TdClassName
{
border-color: #FE39A8;
}
.TagClassName
{
border-color: #FE39A8;
}
</style>