Shades of Wild Strawberry #FD3AAA
Tints of Wild Strawberry #FD3AAA
RGB
CMYK
RGB Variations
Color information
#FD3AAA (or 0xFD3AAA) is known color: Wild Strawberry. HEX triplet: FD, 3A and AA. RGB value is (253,58,170). Sum of RGB (Red+Green+Blue) = 253+58+170=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3AAA is #02C555. Grayscale: #808080. Windows color (decimal): -181590 or 11156221. OLE color: 11156221.
HSL color Cylindrical-coordinate representation of color #FD3AAA: hue angle of 325.54º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3AAA is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 170 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.01 |
| HSL | 325.54º | 0.98% | 0.61% | - |
| HSV(B) | 325.54º | 0.77% | 0.99% | - |
| XYZ | 49.28 | 26.81 | 40.61 | - |
| YUV | 129.07 | 151.1 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 170 | 0 | 0.77 | 0.33 | 0.01 | 325.54 | 0.98 | 0.61 |
| Hex | FD | 3A | AA | 0 | 4D | 21 | 1 | 146 | 62 | 3D |
| Octal | 375 | 72 | 252 | 0 | 115 | 41 | 1 | 506 | 142 | 75 |
| Binary | 11111101 | 111010 | 10101010 | 0 | 1001101 | 100001 | 1 | 101000110 | 1100010 | 111101 |
Color Harmonies of #FD3AAA
Complementary color
Monochromatic Colors of #FD3AAA
Black with #FD3AAA
Text Example
Text Example
White with #FD3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3AAA; }
p { color: rgb(253,58,170); }
H1.HeaderClassName
{
color: #FD3AAA;
}
.AnyTagClassName
{
color: #FD3AAA;
}
</style>
background-color css
<style>
a { background-color: #FD3AAA; }
a { background-color: rgb(253,58,170); }
div.DivClassName
{
background-color: #FD3AAA;
}
.BgClassName
{
background-color: #FD3AAA;
}
</style>
border-color css
<style>
span { border-color: #FD3AAA; }
span { border-color: rgb(253,58,170); }
td.TdClassName
{
border-color: #FD3AAA;
}
.TagClassName
{
border-color: #FD3AAA;
}
</style>