Shades of Wild Strawberry #FD319C
Tints of Wild Strawberry #FD319C
RGB
CMYK
RGB Variations
Color information
#FD319C (or 0xFD319C) is known color: Wild Strawberry. HEX triplet: FD, 31 and 9C. RGB value is (253,49,156). Sum of RGB (Red+Green+Blue) = 253+49+156=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD319C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD319C is #02CE63. Grayscale: #797979. Windows color (decimal): -183908 or 10236413. OLE color: 10236413.
HSL color Cylindrical-coordinate representation of color #FD319C: hue angle of 328.53º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD319C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 49 | 156 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.01 |
| HSL | 328.53º | 0.98% | 0.59% | - |
| HSV(B) | 328.53º | 0.81% | 0.99% | - |
| XYZ | 47.61 | 25.48 | 33.86 | - |
| YUV | 122.19 | 147.09 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 49 | 156 | 0 | 0.81 | 0.38 | 0.01 | 328.53 | 0.98 | 0.59 |
| Hex | FD | 31 | 9C | 0 | 51 | 26 | 1 | 149 | 62 | 3B |
| Octal | 375 | 61 | 234 | 0 | 121 | 46 | 1 | 511 | 142 | 73 |
| Binary | 11111101 | 110001 | 10011100 | 0 | 1010001 | 100110 | 1 | 101001001 | 1100010 | 111011 |
Color Harmonies of #FD319C
Complementary color
Monochromatic Colors of #FD319C
Black with #FD319C
Text Example
Text Example
White with #FD319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD319C; }
p { color: rgb(253,49,156); }
H1.HeaderClassName
{
color: #FD319C;
}
.AnyTagClassName
{
color: #FD319C;
}
</style>
background-color css
<style>
a { background-color: #FD319C; }
a { background-color: rgb(253,49,156); }
div.DivClassName
{
background-color: #FD319C;
}
.BgClassName
{
background-color: #FD319C;
}
</style>
border-color css
<style>
span { border-color: #FD319C; }
span { border-color: rgb(253,49,156); }
td.TdClassName
{
border-color: #FD319C;
}
.TagClassName
{
border-color: #FD319C;
}
</style>