Shades of Wild Strawberry #FD2E8A
Tints of Wild Strawberry #FD2E8A
RGB
CMYK
RGB Variations
Color information
#FD2E8A (or 0xFD2E8A) is known color: Wild Strawberry. HEX triplet: FD, 2E and 8A. RGB value is (253,46,138). Sum of RGB (Red+Green+Blue) = 253+46+138=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2E8A is #02D175. Grayscale: #767676. Windows color (decimal): -184694 or 9055997. OLE color: 9055997.
HSL color Cylindrical-coordinate representation of color #FD2E8A: hue angle of 333.33º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2E8A is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 138 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.01 |
| HSL | 333.33º | 0.98% | 0.59% | - |
| HSV(B) | 333.33º | 0.82% | 0.99% | - |
| XYZ | 46.07 | 24.67 | 26.38 | - |
| YUV | 118.38 | 139.08 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 138 | 0 | 0.82 | 0.45 | 0.01 | 333.33 | 0.98 | 0.59 |
| Hex | FD | 2E | 8A | 0 | 52 | 2D | 1 | 14D | 62 | 3B |
| Octal | 375 | 56 | 212 | 0 | 122 | 55 | 1 | 515 | 142 | 73 |
| Binary | 11111101 | 101110 | 10001010 | 0 | 1010010 | 101101 | 1 | 101001101 | 1100010 | 111011 |
Color Harmonies of #FD2E8A
Complementary color
Monochromatic Colors of #FD2E8A
Black with #FD2E8A
Text Example
Text Example
White with #FD2E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2E8A; }
p { color: rgb(253,46,138); }
H1.HeaderClassName
{
color: #FD2E8A;
}
.AnyTagClassName
{
color: #FD2E8A;
}
</style>
background-color css
<style>
a { background-color: #FD2E8A; }
a { background-color: rgb(253,46,138); }
div.DivClassName
{
background-color: #FD2E8A;
}
.BgClassName
{
background-color: #FD2E8A;
}
</style>
border-color css
<style>
span { border-color: #FD2E8A; }
span { border-color: rgb(253,46,138); }
td.TdClassName
{
border-color: #FD2E8A;
}
.TagClassName
{
border-color: #FD2E8A;
}
</style>