Shades of Wild Strawberry #FD2C96
Tints of Wild Strawberry #FD2C96
RGB
CMYK
RGB Variations
Color information
#FD2C96 (or 0xFD2C96) is known color: Wild Strawberry. HEX triplet: FD, 2C and 96. RGB value is (253,44,150). Sum of RGB (Red+Green+Blue) = 253+44+150=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2C96 is #02D369. Grayscale: #767676. Windows color (decimal): -185194 or 9841917. OLE color: 9841917.
HSL color Cylindrical-coordinate representation of color #FD2C96: hue angle of 329.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2C96 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 150 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.01 |
| HSL | 329.57º | 0.98% | 0.58% | - |
| HSV(B) | 329.57º | 0.83% | 0.99% | - |
| XYZ | 46.91 | 24.89 | 31.19 | - |
| YUV | 118.58 | 145.74 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 150 | 0 | 0.83 | 0.41 | 0.01 | 329.57 | 0.98 | 0.58 |
| Hex | FD | 2C | 96 | 0 | 53 | 29 | 1 | 14A | 62 | 3A |
| Octal | 375 | 54 | 226 | 0 | 123 | 51 | 1 | 512 | 142 | 72 |
| Binary | 11111101 | 101100 | 10010110 | 0 | 1010011 | 101001 | 1 | 101001010 | 1100010 | 111010 |
Color Harmonies of #FD2C96
Complementary color
Monochromatic Colors of #FD2C96
Black with #FD2C96
Text Example
Text Example
White with #FD2C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2C96; }
p { color: rgb(253,44,150); }
H1.HeaderClassName
{
color: #FD2C96;
}
.AnyTagClassName
{
color: #FD2C96;
}
</style>
background-color css
<style>
a { background-color: #FD2C96; }
a { background-color: rgb(253,44,150); }
div.DivClassName
{
background-color: #FD2C96;
}
.BgClassName
{
background-color: #FD2C96;
}
</style>
border-color css
<style>
span { border-color: #FD2C96; }
span { border-color: rgb(253,44,150); }
td.TdClassName
{
border-color: #FD2C96;
}
.TagClassName
{
border-color: #FD2C96;
}
</style>