Shades of Wild Strawberry #FD2A8C
Tints of Wild Strawberry #FD2A8C
RGB
CMYK
RGB Variations
Color information
#FD2A8C (or 0xFD2A8C) is known color: Wild Strawberry. HEX triplet: FD, 2A and 8C. RGB value is (253,42,140). Sum of RGB (Red+Green+Blue) = 253+42+140=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2A8C is #02D573. Grayscale: #747474. Windows color (decimal): -185716 or 9186045. OLE color: 9186045.
HSL color Cylindrical-coordinate representation of color #FD2A8C: hue angle of 332.13º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2A8C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 140 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.01 |
| HSL | 332.13º | 0.98% | 0.58% | - |
| HSV(B) | 332.13º | 0.83% | 0.99% | - |
| XYZ | 46.07 | 24.43 | 27.1 | - |
| YUV | 116.26 | 141.4 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 140 | 0 | 0.83 | 0.45 | 0.01 | 332.13 | 0.98 | 0.58 |
| Hex | FD | 2A | 8C | 0 | 53 | 2D | 1 | 14C | 62 | 3A |
| Octal | 375 | 52 | 214 | 0 | 123 | 55 | 1 | 514 | 142 | 72 |
| Binary | 11111101 | 101010 | 10001100 | 0 | 1010011 | 101101 | 1 | 101001100 | 1100010 | 111010 |
Color Harmonies of #FD2A8C
Complementary color
Monochromatic Colors of #FD2A8C
Black with #FD2A8C
Text Example
Text Example
White with #FD2A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A8C; }
p { color: rgb(253,42,140); }
H1.HeaderClassName
{
color: #FD2A8C;
}
.AnyTagClassName
{
color: #FD2A8C;
}
</style>
background-color css
<style>
a { background-color: #FD2A8C; }
a { background-color: rgb(253,42,140); }
div.DivClassName
{
background-color: #FD2A8C;
}
.BgClassName
{
background-color: #FD2A8C;
}
</style>
border-color css
<style>
span { border-color: #FD2A8C; }
span { border-color: rgb(253,42,140); }
td.TdClassName
{
border-color: #FD2A8C;
}
.TagClassName
{
border-color: #FD2A8C;
}
</style>