Shades of Wild Strawberry #FB2783
Tints of Wild Strawberry #FB2783
RGB
CMYK
RGB Variations
Color information
#FB2783 (or 0xFB2783) is known color: Wild Strawberry. HEX triplet: FB, 27 and 83. RGB value is (251,39,131). Sum of RGB (Red+Green+Blue) = 251+39+131=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2783 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2783 is #04D87C. Grayscale: #707070. Windows color (decimal): -317565 or 8595451. OLE color: 8595451.
HSL color Cylindrical-coordinate representation of color #FB2783: hue angle of 333.96º 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 #FB2783 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 131 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.02 |
| HSL | 333.96º | 0.96% | 0.57% | - |
| HSV(B) | 333.96º | 0.84% | 0.98% | - |
| XYZ | 44.61 | 23.6 | 23.68 | - |
| YUV | 112.88 | 138.24 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 131 | 0 | 0.84 | 0.48 | 0.02 | 333.96 | 0.96 | 0.57 |
| Hex | FB | 27 | 83 | 0 | 54 | 30 | 2 | 14E | 60 | 39 |
| Octal | 373 | 47 | 203 | 0 | 124 | 60 | 2 | 516 | 140 | 71 |
| Binary | 11111011 | 100111 | 10000011 | 0 | 1010100 | 110000 | 10 | 101001110 | 1100000 | 111001 |
Color Harmonies of #FB2783
Complementary color
Monochromatic Colors of #FB2783
Black with #FB2783
Text Example
Text Example
White with #FB2783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2783; }
p { color: rgb(251,39,131); }
H1.HeaderClassName
{
color: #FB2783;
}
.AnyTagClassName
{
color: #FB2783;
}
</style>
background-color css
<style>
a { background-color: #FB2783; }
a { background-color: rgb(251,39,131); }
div.DivClassName
{
background-color: #FB2783;
}
.BgClassName
{
background-color: #FB2783;
}
</style>
border-color css
<style>
span { border-color: #FB2783; }
span { border-color: rgb(251,39,131); }
td.TdClassName
{
border-color: #FB2783;
}
.TagClassName
{
border-color: #FB2783;
}
</style>