Shades of Wild Strawberry #FD40AD
Tints of Wild Strawberry #FD40AD
RGB
CMYK
RGB Variations
Color information
#FD40AD (or 0xFD40AD) is known color: Wild Strawberry. HEX triplet: FD, 40 and AD. RGB value is (253,64,173). Sum of RGB (Red+Green+Blue) = 253+64+173=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD40AD is #02BF52. Grayscale: #848484. Windows color (decimal): -180051 or 11354365. OLE color: 11354365.
HSL color Cylindrical-coordinate representation of color #FD40AD: hue angle of 325.4º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD40AD is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 173 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.01 |
| HSL | 325.4º | 0.98% | 0.62% | - |
| HSV(B) | 325.4º | 0.75% | 0.99% | - |
| XYZ | 49.88 | 27.57 | 42.23 | - |
| YUV | 132.94 | 150.62 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 173 | 0 | 0.75 | 0.32 | 0.01 | 325.4 | 0.98 | 0.62 |
| Hex | FD | 40 | AD | 0 | 4B | 20 | 1 | 145 | 62 | 3E |
| Octal | 375 | 100 | 255 | 0 | 113 | 40 | 1 | 505 | 142 | 76 |
| Binary | 11111101 | 1000000 | 10101101 | 0 | 1001011 | 100000 | 1 | 101000101 | 1100010 | 111110 |
Color Harmonies of #FD40AD
Complementary color
Monochromatic Colors of #FD40AD
Black with #FD40AD
Text Example
Text Example
White with #FD40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD40AD; }
p { color: rgb(253,64,173); }
H1.HeaderClassName
{
color: #FD40AD;
}
.AnyTagClassName
{
color: #FD40AD;
}
</style>
background-color css
<style>
a { background-color: #FD40AD; }
a { background-color: rgb(253,64,173); }
div.DivClassName
{
background-color: #FD40AD;
}
.BgClassName
{
background-color: #FD40AD;
}
</style>
border-color css
<style>
span { border-color: #FD40AD; }
span { border-color: rgb(253,64,173); }
td.TdClassName
{
border-color: #FD40AD;
}
.TagClassName
{
border-color: #FD40AD;
}
</style>