Shades of Wild Strawberry #FD40A0
Tints of Wild Strawberry #FD40A0
RGB
CMYK
RGB Variations
Color information
#FD40A0 (or 0xFD40A0) is known color: Wild Strawberry. HEX triplet: FD, 40 and A0. RGB value is (253,64,160). Sum of RGB (Red+Green+Blue) = 253+64+160=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD40A0 is #02BF5F. Grayscale: #838383. Windows color (decimal): -180064 or 10502397. OLE color: 10502397.
HSL color Cylindrical-coordinate representation of color #FD40A0: hue angle of 329.52º 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 #FD40A0 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 160 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.01 |
| HSL | 329.52º | 0.98% | 0.62% | - |
| HSV(B) | 329.52º | 0.75% | 0.99% | - |
| XYZ | 48.69 | 27.09 | 35.92 | - |
| YUV | 131.46 | 144.12 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 160 | 0 | 0.75 | 0.37 | 0.01 | 329.52 | 0.98 | 0.62 |
| Hex | FD | 40 | A0 | 0 | 4B | 25 | 1 | 14A | 62 | 3E |
| Octal | 375 | 100 | 240 | 0 | 113 | 45 | 1 | 512 | 142 | 76 |
| Binary | 11111101 | 1000000 | 10100000 | 0 | 1001011 | 100101 | 1 | 101001010 | 1100010 | 111110 |
Color Harmonies of #FD40A0
Complementary color
Monochromatic Colors of #FD40A0
Black with #FD40A0
Text Example
Text Example
White with #FD40A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD40A0; }
p { color: rgb(253,64,160); }
H1.HeaderClassName
{
color: #FD40A0;
}
.AnyTagClassName
{
color: #FD40A0;
}
</style>
background-color css
<style>
a { background-color: #FD40A0; }
a { background-color: rgb(253,64,160); }
div.DivClassName
{
background-color: #FD40A0;
}
.BgClassName
{
background-color: #FD40A0;
}
</style>
border-color css
<style>
span { border-color: #FD40A0; }
span { border-color: rgb(253,64,160); }
td.TdClassName
{
border-color: #FD40A0;
}
.TagClassName
{
border-color: #FD40A0;
}
</style>