Shades of Wild Strawberry #FE3C9A
Tints of Wild Strawberry #FE3C9A
RGB
CMYK
RGB Variations
Color information
#FE3C9A (or 0xFE3C9A) is known color: Wild Strawberry. HEX triplet: FE, 3C and 9A. RGB value is (254,60,154). Sum of RGB (Red+Green+Blue) = 254+60+154=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3C9A is #01C365. Grayscale: #808080. Windows color (decimal): -115558 or 10108158. OLE color: 10108158.
HSL color Cylindrical-coordinate representation of color #FE3C9A: hue angle of 330.93º 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 #FE3C9A is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 154 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.00 |
| HSL | 330.93º | 0.99% | 0.62% | - |
| HSV(B) | 330.93º | 0.76% | 1% | - |
| XYZ | 48.32 | 26.64 | 33.17 | - |
| YUV | 128.72 | 142.27 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 154 | 0 | 0.76 | 0.39 | 0.00 | 330.93 | 0.99 | 0.62 |
| Hex | FE | 3C | 9A | 0 | 4C | 27 | 0 | 14B | 63 | 3E |
| Octal | 376 | 74 | 232 | 0 | 114 | 47 | 0 | 513 | 143 | 76 |
| Binary | 11111110 | 111100 | 10011010 | 0 | 1001100 | 100111 | 0 | 101001011 | 1100011 | 111110 |
Color Harmonies of #FE3C9A
Complementary color
Monochromatic Colors of #FE3C9A
Black with #FE3C9A
Text Example
Text Example
White with #FE3C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C9A; }
p { color: rgb(254,60,154); }
H1.HeaderClassName
{
color: #FE3C9A;
}
.AnyTagClassName
{
color: #FE3C9A;
}
</style>
background-color css
<style>
a { background-color: #FE3C9A; }
a { background-color: rgb(254,60,154); }
div.DivClassName
{
background-color: #FE3C9A;
}
.BgClassName
{
background-color: #FE3C9A;
}
</style>
border-color css
<style>
span { border-color: #FE3C9A; }
span { border-color: rgb(254,60,154); }
td.TdClassName
{
border-color: #FE3C9A;
}
.TagClassName
{
border-color: #FE3C9A;
}
</style>