Shades of Wild Strawberry #FB287D
Tints of Wild Strawberry #FB287D
RGB
CMYK
RGB Variations
Color information
#FB287D (or 0xFB287D) is known color: Wild Strawberry. HEX triplet: FB, 28 and 7D. RGB value is (251,40,125). Sum of RGB (Red+Green+Blue) = 251+40+125=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB287D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB287D is #04D782. Grayscale: #707070. Windows color (decimal): -317315 or 8202491. OLE color: 8202491.
HSL color Cylindrical-coordinate representation of color #FB287D: hue angle of 335.83º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB287D is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 125 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.02 |
| HSL | 335.83º | 0.96% | 0.57% | - |
| HSV(B) | 335.83º | 0.84% | 0.98% | - |
| XYZ | 44.24 | 23.51 | 21.61 | - |
| YUV | 112.78 | 134.9 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 125 | 0 | 0.84 | 0.50 | 0.02 | 335.83 | 0.96 | 0.57 |
| Hex | FB | 28 | 7D | 0 | 54 | 32 | 2 | 150 | 60 | 39 |
| Octal | 373 | 50 | 175 | 0 | 124 | 62 | 2 | 520 | 140 | 71 |
| Binary | 11111011 | 101000 | 1111101 | 0 | 1010100 | 110010 | 10 | 101010000 | 1100000 | 111001 |
Color Harmonies of #FB287D
Complementary color
Monochromatic Colors of #FB287D
Black with #FB287D
Text Example
Text Example
White with #FB287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB287D; }
p { color: rgb(251,40,125); }
H1.HeaderClassName
{
color: #FB287D;
}
.AnyTagClassName
{
color: #FB287D;
}
</style>
background-color css
<style>
a { background-color: #FB287D; }
a { background-color: rgb(251,40,125); }
div.DivClassName
{
background-color: #FB287D;
}
.BgClassName
{
background-color: #FB287D;
}
</style>
border-color css
<style>
span { border-color: #FB287D; }
span { border-color: rgb(251,40,125); }
td.TdClassName
{
border-color: #FB287D;
}
.TagClassName
{
border-color: #FB287D;
}
</style>