Shades of Wild Strawberry #FD41A0
Tints of Wild Strawberry #FD41A0
RGB
CMYK
RGB Variations
Color information
#FD41A0 (or 0xFD41A0) is known color: Wild Strawberry. HEX triplet: FD, 41 and A0. RGB value is (253,65,160). Sum of RGB (Red+Green+Blue) = 253+65+160=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD41A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD41A0 is #02BE5F. Grayscale: #838383. Windows color (decimal): -179808 or 10502653. OLE color: 10502653.
HSL color Cylindrical-coordinate representation of color #FD41A0: hue angle of 329.68º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD41A0 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 160 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.01 |
| HSL | 329.68º | 0.98% | 0.62% | - |
| HSV(B) | 329.68º | 0.74% | 0.99% | - |
| XYZ | 48.74 | 27.2 | 35.94 | - |
| YUV | 132.04 | 143.78 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 160 | 0 | 0.74 | 0.37 | 0.01 | 329.68 | 0.98 | 0.62 |
| Hex | FD | 41 | A0 | 0 | 4A | 25 | 1 | 14A | 62 | 3E |
| Octal | 375 | 101 | 240 | 0 | 112 | 45 | 1 | 512 | 142 | 76 |
| Binary | 11111101 | 1000001 | 10100000 | 0 | 1001010 | 100101 | 1 | 101001010 | 1100010 | 111110 |
Color Harmonies of #FD41A0
Complementary color
Monochromatic Colors of #FD41A0
Black with #FD41A0
Text Example
Text Example
White with #FD41A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD41A0; }
p { color: rgb(253,65,160); }
H1.HeaderClassName
{
color: #FD41A0;
}
.AnyTagClassName
{
color: #FD41A0;
}
</style>
background-color css
<style>
a { background-color: #FD41A0; }
a { background-color: rgb(253,65,160); }
div.DivClassName
{
background-color: #FD41A0;
}
.BgClassName
{
background-color: #FD41A0;
}
</style>
border-color css
<style>
span { border-color: #FD41A0; }
span { border-color: rgb(253,65,160); }
td.TdClassName
{
border-color: #FD41A0;
}
.TagClassName
{
border-color: #FD41A0;
}
</style>