Shades of Wild Strawberry #FD2782
Tints of Wild Strawberry #FD2782
RGB
CMYK
RGB Variations
Color information
#FD2782 (or 0xFD2782) is known color: Wild Strawberry. HEX triplet: FD, 27 and 82. RGB value is (253,39,130). Sum of RGB (Red+Green+Blue) = 253+39+130=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2782 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2782 is #02D87D. Grayscale: #717171. Windows color (decimal): -186494 or 8529917. OLE color: 8529917.
HSL color Cylindrical-coordinate representation of color #FD2782: hue angle of 334.49º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2782 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 130 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.01 |
| HSL | 334.49º | 0.98% | 0.57% | - |
| HSV(B) | 334.49º | 0.85% | 0.99% | - |
| XYZ | 45.26 | 23.95 | 23.36 | - |
| YUV | 113.36 | 137.4 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 130 | 0 | 0.85 | 0.49 | 0.01 | 334.49 | 0.98 | 0.57 |
| Hex | FD | 27 | 82 | 0 | 55 | 31 | 1 | 14E | 62 | 39 |
| Octal | 375 | 47 | 202 | 0 | 125 | 61 | 1 | 516 | 142 | 71 |
| Binary | 11111101 | 100111 | 10000010 | 0 | 1010101 | 110001 | 1 | 101001110 | 1100010 | 111001 |
Color Harmonies of #FD2782
Complementary color
Monochromatic Colors of #FD2782
Black with #FD2782
Text Example
Text Example
White with #FD2782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2782; }
p { color: rgb(253,39,130); }
H1.HeaderClassName
{
color: #FD2782;
}
.AnyTagClassName
{
color: #FD2782;
}
</style>
background-color css
<style>
a { background-color: #FD2782; }
a { background-color: rgb(253,39,130); }
div.DivClassName
{
background-color: #FD2782;
}
.BgClassName
{
background-color: #FD2782;
}
</style>
border-color css
<style>
span { border-color: #FD2782; }
span { border-color: rgb(253,39,130); }
td.TdClassName
{
border-color: #FD2782;
}
.TagClassName
{
border-color: #FD2782;
}
</style>