Shades of Wild Strawberry #FE3F99
Tints of Wild Strawberry #FE3F99
RGB
CMYK
RGB Variations
Color information
#FE3F99 (or 0xFE3F99) is known color: Wild Strawberry. HEX triplet: FE, 3F and 99. RGB value is (254,63,153). Sum of RGB (Red+Green+Blue) = 254+63+153=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3F99 is #01C066. Grayscale: #828282. Windows color (decimal): -114791 or 10043390. OLE color: 10043390.
HSL color Cylindrical-coordinate representation of color #FE3F99: hue angle of 331.73º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3F99 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 153 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.00 |
| HSL | 331.73º | 0.99% | 0.62% | - |
| HSV(B) | 331.73º | 0.75% | 1% | - |
| XYZ | 48.4 | 26.93 | 32.78 | - |
| YUV | 130.37 | 140.78 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 153 | 0 | 0.75 | 0.40 | 0.00 | 331.73 | 0.99 | 0.62 |
| Hex | FE | 3F | 99 | 0 | 4B | 28 | 0 | 14C | 63 | 3E |
| Octal | 376 | 77 | 231 | 0 | 113 | 50 | 0 | 514 | 143 | 76 |
| Binary | 11111110 | 111111 | 10011001 | 0 | 1001011 | 101000 | 0 | 101001100 | 1100011 | 111110 |
Color Harmonies of #FE3F99
Complementary color
Monochromatic Colors of #FE3F99
Black with #FE3F99
Text Example
Text Example
White with #FE3F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F99; }
p { color: rgb(254,63,153); }
H1.HeaderClassName
{
color: #FE3F99;
}
.AnyTagClassName
{
color: #FE3F99;
}
</style>
background-color css
<style>
a { background-color: #FE3F99; }
a { background-color: rgb(254,63,153); }
div.DivClassName
{
background-color: #FE3F99;
}
.BgClassName
{
background-color: #FE3F99;
}
</style>
border-color css
<style>
span { border-color: #FE3F99; }
span { border-color: rgb(254,63,153); }
td.TdClassName
{
border-color: #FE3F99;
}
.TagClassName
{
border-color: #FE3F99;
}
</style>