Shades of Wild Strawberry #FE3C99
Tints of Wild Strawberry #FE3C99
RGB
CMYK
RGB Variations
Color information
#FE3C99 (or 0xFE3C99) is known color: Wild Strawberry. HEX triplet: FE, 3C and 99. RGB value is (254,60,153). Sum of RGB (Red+Green+Blue) = 254+60+153=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3C99 is #01C366. Grayscale: #808080. Windows color (decimal): -115559 or 10042622. OLE color: 10042622.
HSL color Cylindrical-coordinate representation of color #FE3C99: hue angle of 331.24º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3C99 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 153 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.00 |
| HSL | 331.24º | 0.99% | 0.62% | - |
| HSV(B) | 331.24º | 0.76% | 1% | - |
| XYZ | 48.24 | 26.6 | 32.73 | - |
| YUV | 128.61 | 141.77 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 153 | 0 | 0.76 | 0.40 | 0.00 | 331.24 | 0.99 | 0.62 |
| Hex | FE | 3C | 99 | 0 | 4C | 28 | 0 | 14B | 63 | 3E |
| Octal | 376 | 74 | 231 | 0 | 114 | 50 | 0 | 513 | 143 | 76 |
| Binary | 11111110 | 111100 | 10011001 | 0 | 1001100 | 101000 | 0 | 101001011 | 1100011 | 111110 |
Color Harmonies of #FE3C99
Complementary color
Monochromatic Colors of #FE3C99
Black with #FE3C99
Text Example
Text Example
White with #FE3C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C99; }
p { color: rgb(254,60,153); }
H1.HeaderClassName
{
color: #FE3C99;
}
.AnyTagClassName
{
color: #FE3C99;
}
</style>
background-color css
<style>
a { background-color: #FE3C99; }
a { background-color: rgb(254,60,153); }
div.DivClassName
{
background-color: #FE3C99;
}
.BgClassName
{
background-color: #FE3C99;
}
</style>
border-color css
<style>
span { border-color: #FE3C99; }
span { border-color: rgb(254,60,153); }
td.TdClassName
{
border-color: #FE3C99;
}
.TagClassName
{
border-color: #FE3C99;
}
</style>