Shades of Wild Strawberry #FE3B8F
Tints of Wild Strawberry #FE3B8F
RGB
CMYK
RGB Variations
Color information
#FE3B8F (or 0xFE3B8F) is known color: Wild Strawberry. HEX triplet: FE, 3B and 8F. RGB value is (254,59,143). Sum of RGB (Red+Green+Blue) = 254+59+143=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3B8F is #01C470. Grayscale: #7E7E7E. Windows color (decimal): -115825 or 9387006. OLE color: 9387006.
HSL color Cylindrical-coordinate representation of color #FE3B8F: hue angle of 334.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3B8F is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 143 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.00 |
| HSL | 334.15º | 0.99% | 0.61% | - |
| HSV(B) | 334.15º | 0.77% | 1% | - |
| XYZ | 47.39 | 26.18 | 28.54 | - |
| YUV | 126.88 | 137.1 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 143 | 0 | 0.77 | 0.44 | 0.00 | 334.15 | 0.99 | 0.61 |
| Hex | FE | 3B | 8F | 0 | 4D | 2C | 0 | 14E | 63 | 3D |
| Octal | 376 | 73 | 217 | 0 | 115 | 54 | 0 | 516 | 143 | 75 |
| Binary | 11111110 | 111011 | 10001111 | 0 | 1001101 | 101100 | 0 | 101001110 | 1100011 | 111101 |
Color Harmonies of #FE3B8F
Complementary color
Monochromatic Colors of #FE3B8F
Black with #FE3B8F
Text Example
Text Example
White with #FE3B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3B8F; }
p { color: rgb(254,59,143); }
H1.HeaderClassName
{
color: #FE3B8F;
}
.AnyTagClassName
{
color: #FE3B8F;
}
</style>
background-color css
<style>
a { background-color: #FE3B8F; }
a { background-color: rgb(254,59,143); }
div.DivClassName
{
background-color: #FE3B8F;
}
.BgClassName
{
background-color: #FE3B8F;
}
</style>
border-color css
<style>
span { border-color: #FE3B8F; }
span { border-color: rgb(254,59,143); }
td.TdClassName
{
border-color: #FE3B8F;
}
.TagClassName
{
border-color: #FE3B8F;
}
</style>