Shades of Wild Strawberry #FD297D
Tints of Wild Strawberry #FD297D
RGB
CMYK
RGB Variations
Color information
#FD297D (or 0xFD297D) is known color: Wild Strawberry. HEX triplet: FD, 29 and 7D. RGB value is (253,41,125). Sum of RGB (Red+Green+Blue) = 253+41+125=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD297D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD297D is #02D682. Grayscale: #717171. Windows color (decimal): -185987 or 8202749. OLE color: 8202749.
HSL color Cylindrical-coordinate representation of color #FD297D: hue angle of 336.23º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD297D is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 125 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.01 |
| HSL | 336.23º | 0.98% | 0.58% | - |
| HSV(B) | 336.23º | 0.84% | 0.99% | - |
| XYZ | 45 | 23.95 | 21.65 | - |
| YUV | 113.96 | 134.24 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 125 | 0 | 0.84 | 0.51 | 0.01 | 336.23 | 0.98 | 0.58 |
| Hex | FD | 29 | 7D | 0 | 54 | 33 | 1 | 150 | 62 | 3A |
| Octal | 375 | 51 | 175 | 0 | 124 | 63 | 1 | 520 | 142 | 72 |
| Binary | 11111101 | 101001 | 1111101 | 0 | 1010100 | 110011 | 1 | 101010000 | 1100010 | 111010 |
Color Harmonies of #FD297D
Complementary color
Monochromatic Colors of #FD297D
Black with #FD297D
Text Example
Text Example
White with #FD297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD297D; }
p { color: rgb(253,41,125); }
H1.HeaderClassName
{
color: #FD297D;
}
.AnyTagClassName
{
color: #FD297D;
}
</style>
background-color css
<style>
a { background-color: #FD297D; }
a { background-color: rgb(253,41,125); }
div.DivClassName
{
background-color: #FD297D;
}
.BgClassName
{
background-color: #FD297D;
}
</style>
border-color css
<style>
span { border-color: #FD297D; }
span { border-color: rgb(253,41,125); }
td.TdClassName
{
border-color: #FD297D;
}
.TagClassName
{
border-color: #FD297D;
}
</style>