Shades of Wild Strawberry #FD309D
Tints of Wild Strawberry #FD309D
RGB
CMYK
RGB Variations
Color information
#FD309D (or 0xFD309D) is known color: Wild Strawberry. HEX triplet: FD, 30 and 9D. RGB value is (253,48,157). Sum of RGB (Red+Green+Blue) = 253+48+157=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD309D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD309D is #02CF62. Grayscale: #797979. Windows color (decimal): -184163 or 10301693. OLE color: 10301693.
HSL color Cylindrical-coordinate representation of color #FD309D: hue angle of 328.1º 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 #FD309D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 157 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.01 |
| HSL | 328.1º | 0.98% | 0.59% | - |
| HSV(B) | 328.1º | 0.81% | 0.99% | - |
| XYZ | 47.65 | 25.43 | 34.3 | - |
| YUV | 121.72 | 147.92 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 157 | 0 | 0.81 | 0.38 | 0.01 | 328.1 | 0.98 | 0.59 |
| Hex | FD | 30 | 9D | 0 | 51 | 26 | 1 | 148 | 62 | 3B |
| Octal | 375 | 60 | 235 | 0 | 121 | 46 | 1 | 510 | 142 | 73 |
| Binary | 11111101 | 110000 | 10011101 | 0 | 1010001 | 100110 | 1 | 101001000 | 1100010 | 111011 |
Color Harmonies of #FD309D
Complementary color
Monochromatic Colors of #FD309D
Black with #FD309D
Text Example
Text Example
White with #FD309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD309D; }
p { color: rgb(253,48,157); }
H1.HeaderClassName
{
color: #FD309D;
}
.AnyTagClassName
{
color: #FD309D;
}
</style>
background-color css
<style>
a { background-color: #FD309D; }
a { background-color: rgb(253,48,157); }
div.DivClassName
{
background-color: #FD309D;
}
.BgClassName
{
background-color: #FD309D;
}
</style>
border-color css
<style>
span { border-color: #FD309D; }
span { border-color: rgb(253,48,157); }
td.TdClassName
{
border-color: #FD309D;
}
.TagClassName
{
border-color: #FD309D;
}
</style>