Shades of Wild Strawberry #FE2D9C
Tints of Wild Strawberry #FE2D9C
RGB
CMYK
RGB Variations
Color information
#FE2D9C (or 0xFE2D9C) is known color: Wild Strawberry. HEX triplet: FE, 2D and 9C. RGB value is (254,45,156). Sum of RGB (Red+Green+Blue) = 254+45+156=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2D9C is #01D263. Grayscale: #777777. Windows color (decimal): -119396 or 10235390. OLE color: 10235390.
HSL color Cylindrical-coordinate representation of color #FE2D9C: hue angle of 328.13º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2D9C is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 156 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.00 |
| HSL | 328.13º | 0.99% | 0.59% | - |
| HSV(B) | 328.13º | 0.82% | 1% | - |
| XYZ | 47.81 | 25.35 | 33.83 | - |
| YUV | 120.15 | 148.24 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 156 | 0 | 0.82 | 0.39 | 0.00 | 328.13 | 0.99 | 0.59 |
| Hex | FE | 2D | 9C | 0 | 52 | 27 | 0 | 148 | 63 | 3B |
| Octal | 376 | 55 | 234 | 0 | 122 | 47 | 0 | 510 | 143 | 73 |
| Binary | 11111110 | 101101 | 10011100 | 0 | 1010010 | 100111 | 0 | 101001000 | 1100011 | 111011 |
Color Harmonies of #FE2D9C
Complementary color
Monochromatic Colors of #FE2D9C
Black with #FE2D9C
Text Example
Text Example
White with #FE2D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D9C; }
p { color: rgb(254,45,156); }
H1.HeaderClassName
{
color: #FE2D9C;
}
.AnyTagClassName
{
color: #FE2D9C;
}
</style>
background-color css
<style>
a { background-color: #FE2D9C; }
a { background-color: rgb(254,45,156); }
div.DivClassName
{
background-color: #FE2D9C;
}
.BgClassName
{
background-color: #FE2D9C;
}
</style>
border-color css
<style>
span { border-color: #FE2D9C; }
span { border-color: rgb(254,45,156); }
td.TdClassName
{
border-color: #FE2D9C;
}
.TagClassName
{
border-color: #FE2D9C;
}
</style>