Shades of Wild Strawberry #FE3299
Tints of Wild Strawberry #FE3299
RGB
CMYK
RGB Variations
Color information
#FE3299 (or 0xFE3299) is known color: Wild Strawberry. HEX triplet: FE, 32 and 99. RGB value is (254,50,153). Sum of RGB (Red+Green+Blue) = 254+50+153=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3299 is #01CD66. Grayscale: #7A7A7A. Windows color (decimal): -118119 or 10040062. OLE color: 10040062.
HSL color Cylindrical-coordinate representation of color #FE3299: hue angle of 329.71º 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 #FE3299 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 153 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.00 |
| HSL | 329.71º | 0.99% | 0.6% | - |
| HSV(B) | 329.71º | 0.8% | 1% | - |
| XYZ | 47.76 | 25.65 | 32.57 | - |
| YUV | 122.74 | 145.09 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 153 | 0 | 0.80 | 0.40 | 0.00 | 329.71 | 0.99 | 0.6 |
| Hex | FE | 32 | 99 | 0 | 50 | 28 | 0 | 14A | 63 | 3C |
| Octal | 376 | 62 | 231 | 0 | 120 | 50 | 0 | 512 | 143 | 74 |
| Binary | 11111110 | 110010 | 10011001 | 0 | 1010000 | 101000 | 0 | 101001010 | 1100011 | 111100 |
Color Harmonies of #FE3299
Complementary color
Monochromatic Colors of #FE3299
Black with #FE3299
Text Example
Text Example
White with #FE3299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3299; }
p { color: rgb(254,50,153); }
H1.HeaderClassName
{
color: #FE3299;
}
.AnyTagClassName
{
color: #FE3299;
}
</style>
background-color css
<style>
a { background-color: #FE3299; }
a { background-color: rgb(254,50,153); }
div.DivClassName
{
background-color: #FE3299;
}
.BgClassName
{
background-color: #FE3299;
}
</style>
border-color css
<style>
span { border-color: #FE3299; }
span { border-color: rgb(254,50,153); }
td.TdClassName
{
border-color: #FE3299;
}
.TagClassName
{
border-color: #FE3299;
}
</style>