Shades of Wild Strawberry #FE3D9C
Tints of Wild Strawberry #FE3D9C
RGB
CMYK
RGB Variations
Color information
#FE3D9C (or 0xFE3D9C) is known color: Wild Strawberry. HEX triplet: FE, 3D and 9C. RGB value is (254,61,156). Sum of RGB (Red+Green+Blue) = 254+61+156=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3D9C is #01C263. Grayscale: #818181. Windows color (decimal): -115300 or 10239486. OLE color: 10239486.
HSL color Cylindrical-coordinate representation of color #FE3D9C: hue angle of 330.47º 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 #FE3D9C is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 156 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.00 |
| HSL | 330.47º | 0.99% | 0.62% | - |
| HSV(B) | 330.47º | 0.76% | 1% | - |
| XYZ | 48.54 | 26.81 | 34.07 | - |
| YUV | 129.54 | 142.94 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 156 | 0 | 0.76 | 0.39 | 0.00 | 330.47 | 0.99 | 0.62 |
| Hex | FE | 3D | 9C | 0 | 4C | 27 | 0 | 14A | 63 | 3E |
| Octal | 376 | 75 | 234 | 0 | 114 | 47 | 0 | 512 | 143 | 76 |
| Binary | 11111110 | 111101 | 10011100 | 0 | 1001100 | 100111 | 0 | 101001010 | 1100011 | 111110 |
Color Harmonies of #FE3D9C
Complementary color
Monochromatic Colors of #FE3D9C
Black with #FE3D9C
Text Example
Text Example
White with #FE3D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3D9C; }
p { color: rgb(254,61,156); }
H1.HeaderClassName
{
color: #FE3D9C;
}
.AnyTagClassName
{
color: #FE3D9C;
}
</style>
background-color css
<style>
a { background-color: #FE3D9C; }
a { background-color: rgb(254,61,156); }
div.DivClassName
{
background-color: #FE3D9C;
}
.BgClassName
{
background-color: #FE3D9C;
}
</style>
border-color css
<style>
span { border-color: #FE3D9C; }
span { border-color: rgb(254,61,156); }
td.TdClassName
{
border-color: #FE3D9C;
}
.TagClassName
{
border-color: #FE3D9C;
}
</style>