Shades of Wild Strawberry #FE439F
Tints of Wild Strawberry #FE439F
RGB
CMYK
RGB Variations
Color information
#FE439F (or 0xFE439F) is known color: Wild Strawberry. HEX triplet: FE, 43 and 9F. RGB value is (254,67,159). Sum of RGB (Red+Green+Blue) = 254+67+159=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE439F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE439F is #01BC60. Grayscale: #858585. Windows color (decimal): -113761 or 10437630. OLE color: 10437630.
HSL color Cylindrical-coordinate representation of color #FE439F: hue angle of 330.48º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE439F is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 159 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.00 |
| HSL | 330.48º | 0.99% | 0.63% | - |
| HSV(B) | 330.48º | 0.74% | 1% | - |
| XYZ | 49.14 | 27.59 | 35.54 | - |
| YUV | 133.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 159 | 0 | 0.74 | 0.37 | 0.00 | 330.48 | 0.99 | 0.63 |
| Hex | FE | 43 | 9F | 0 | 4A | 25 | 0 | 14A | 63 | 3F |
| Octal | 376 | 103 | 237 | 0 | 112 | 45 | 0 | 512 | 143 | 77 |
| Binary | 11111110 | 1000011 | 10011111 | 0 | 1001010 | 100101 | 0 | 101001010 | 1100011 | 111111 |
Color Harmonies of #FE439F
Complementary color
Monochromatic Colors of #FE439F
Black with #FE439F
Text Example
Text Example
White with #FE439F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE439F; }
p { color: rgb(254,67,159); }
H1.HeaderClassName
{
color: #FE439F;
}
.AnyTagClassName
{
color: #FE439F;
}
</style>
background-color css
<style>
a { background-color: #FE439F; }
a { background-color: rgb(254,67,159); }
div.DivClassName
{
background-color: #FE439F;
}
.BgClassName
{
background-color: #FE439F;
}
</style>
border-color css
<style>
span { border-color: #FE439F; }
span { border-color: rgb(254,67,159); }
td.TdClassName
{
border-color: #FE439F;
}
.TagClassName
{
border-color: #FE439F;
}
</style>