Shades of Wild Strawberry #FE4199
Tints of Wild Strawberry #FE4199
RGB
CMYK
RGB Variations
Color information
#FE4199 (or 0xFE4199) is known color: Wild Strawberry. HEX triplet: FE, 41 and 99. RGB value is (254,65,153). Sum of RGB (Red+Green+Blue) = 254+65+153=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4199 is #01BE66. Grayscale: #838383. Windows color (decimal): -114279 or 10043902. OLE color: 10043902.
HSL color Cylindrical-coordinate representation of color #FE4199: hue angle of 332.06º 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 #FE4199 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 153 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.00 |
| HSL | 332.06º | 0.99% | 0.63% | - |
| HSV(B) | 332.06º | 0.74% | 1% | - |
| XYZ | 48.51 | 27.15 | 32.82 | - |
| YUV | 131.54 | 140.12 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 153 | 0 | 0.74 | 0.40 | 0.00 | 332.06 | 0.99 | 0.63 |
| Hex | FE | 41 | 99 | 0 | 4A | 28 | 0 | 14C | 63 | 3F |
| Octal | 376 | 101 | 231 | 0 | 112 | 50 | 0 | 514 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10011001 | 0 | 1001010 | 101000 | 0 | 101001100 | 1100011 | 111111 |
Color Harmonies of #FE4199
Complementary color
Monochromatic Colors of #FE4199
Black with #FE4199
Text Example
Text Example
White with #FE4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4199; }
p { color: rgb(254,65,153); }
H1.HeaderClassName
{
color: #FE4199;
}
.AnyTagClassName
{
color: #FE4199;
}
</style>
background-color css
<style>
a { background-color: #FE4199; }
a { background-color: rgb(254,65,153); }
div.DivClassName
{
background-color: #FE4199;
}
.BgClassName
{
background-color: #FE4199;
}
</style>
border-color css
<style>
span { border-color: #FE4199; }
span { border-color: rgb(254,65,153); }
td.TdClassName
{
border-color: #FE4199;
}
.TagClassName
{
border-color: #FE4199;
}
</style>