Shades of Wild Strawberry #FD287B
Tints of Wild Strawberry #FD287B
RGB
CMYK
RGB Variations
Color information
#FD287B (or 0xFD287B) is known color: Wild Strawberry. HEX triplet: FD, 28 and 7B. RGB value is (253,40,123). Sum of RGB (Red+Green+Blue) = 253+40+123=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD287B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD287B is #02D784. Grayscale: #717171. Windows color (decimal): -186245 or 8071421. OLE color: 8071421.
HSL color Cylindrical-coordinate representation of color #FD287B: hue angle of 336.62º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD287B is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 123 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.01 |
| HSL | 336.62º | 0.98% | 0.57% | - |
| HSV(B) | 336.62º | 0.84% | 0.99% | - |
| XYZ | 44.84 | 23.83 | 20.98 | - |
| YUV | 113.15 | 133.57 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 123 | 0 | 0.84 | 0.51 | 0.01 | 336.62 | 0.98 | 0.57 |
| Hex | FD | 28 | 7B | 0 | 54 | 33 | 1 | 151 | 62 | 39 |
| Octal | 375 | 50 | 173 | 0 | 124 | 63 | 1 | 521 | 142 | 71 |
| Binary | 11111101 | 101000 | 1111011 | 0 | 1010100 | 110011 | 1 | 101010001 | 1100010 | 111001 |
Color Harmonies of #FD287B
Complementary color
Monochromatic Colors of #FD287B
Black with #FD287B
Text Example
Text Example
White with #FD287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD287B; }
p { color: rgb(253,40,123); }
H1.HeaderClassName
{
color: #FD287B;
}
.AnyTagClassName
{
color: #FD287B;
}
</style>
background-color css
<style>
a { background-color: #FD287B; }
a { background-color: rgb(253,40,123); }
div.DivClassName
{
background-color: #FD287B;
}
.BgClassName
{
background-color: #FD287B;
}
</style>
border-color css
<style>
span { border-color: #FD287B; }
span { border-color: rgb(253,40,123); }
td.TdClassName
{
border-color: #FD287B;
}
.TagClassName
{
border-color: #FD287B;
}
</style>