Shades of Wild Strawberry #FE3399
Tints of Wild Strawberry #FE3399
RGB
CMYK
RGB Variations
Color information
#FE3399 (or 0xFE3399) is known color: Wild Strawberry. HEX triplet: FE, 33 and 99. RGB value is (254,51,153). Sum of RGB (Red+Green+Blue) = 254+51+153=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3399 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3399 is #01CC66. Grayscale: #7B7B7B. Windows color (decimal): -117863 or 10040318. OLE color: 10040318.
HSL color Cylindrical-coordinate representation of color #FE3399: hue angle of 329.85º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3399 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 153 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.00 |
| HSL | 329.85º | 0.99% | 0.6% | - |
| HSV(B) | 329.85º | 0.8% | 1% | - |
| XYZ | 47.81 | 25.74 | 32.59 | - |
| YUV | 123.33 | 144.75 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 153 | 0 | 0.80 | 0.40 | 0.00 | 329.85 | 0.99 | 0.6 |
| Hex | FE | 33 | 99 | 0 | 50 | 28 | 0 | 14A | 63 | 3C |
| Octal | 376 | 63 | 231 | 0 | 120 | 50 | 0 | 512 | 143 | 74 |
| Binary | 11111110 | 110011 | 10011001 | 0 | 1010000 | 101000 | 0 | 101001010 | 1100011 | 111100 |
Color Harmonies of #FE3399
Complementary color
Monochromatic Colors of #FE3399
Black with #FE3399
Text Example
Text Example
White with #FE3399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3399; }
p { color: rgb(254,51,153); }
H1.HeaderClassName
{
color: #FE3399;
}
.AnyTagClassName
{
color: #FE3399;
}
</style>
background-color css
<style>
a { background-color: #FE3399; }
a { background-color: rgb(254,51,153); }
div.DivClassName
{
background-color: #FE3399;
}
.BgClassName
{
background-color: #FE3399;
}
</style>
border-color css
<style>
span { border-color: #FE3399; }
span { border-color: rgb(254,51,153); }
td.TdClassName
{
border-color: #FE3399;
}
.TagClassName
{
border-color: #FE3399;
}
</style>