Shades of Wild Strawberry #FB2D83
Tints of Wild Strawberry #FB2D83
RGB
CMYK
RGB Variations
Color information
#FB2D83 (or 0xFB2D83) is known color: Wild Strawberry. HEX triplet: FB, 2D and 83. RGB value is (251,45,131). Sum of RGB (Red+Green+Blue) = 251+45+131=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2D83 is #04D27C. Grayscale: #747474. Windows color (decimal): -316029 or 8596987. OLE color: 8596987.
HSL color Cylindrical-coordinate representation of color #FB2D83: hue angle of 334.95º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2D83 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 131 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.02 |
| HSL | 334.95º | 0.96% | 0.58% | - |
| HSV(B) | 334.95º | 0.82% | 0.98% | - |
| XYZ | 44.82 | 24.02 | 23.75 | - |
| YUV | 116.4 | 136.25 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 131 | 0 | 0.82 | 0.48 | 0.02 | 334.95 | 0.96 | 0.58 |
| Hex | FB | 2D | 83 | 0 | 52 | 30 | 2 | 14F | 60 | 3A |
| Octal | 373 | 55 | 203 | 0 | 122 | 60 | 2 | 517 | 140 | 72 |
| Binary | 11111011 | 101101 | 10000011 | 0 | 1010010 | 110000 | 10 | 101001111 | 1100000 | 111010 |
Color Harmonies of #FB2D83
Complementary color
Monochromatic Colors of #FB2D83
Black with #FB2D83
Text Example
Text Example
White with #FB2D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D83; }
p { color: rgb(251,45,131); }
H1.HeaderClassName
{
color: #FB2D83;
}
.AnyTagClassName
{
color: #FB2D83;
}
</style>
background-color css
<style>
a { background-color: #FB2D83; }
a { background-color: rgb(251,45,131); }
div.DivClassName
{
background-color: #FB2D83;
}
.BgClassName
{
background-color: #FB2D83;
}
</style>
border-color css
<style>
span { border-color: #FB2D83; }
span { border-color: rgb(251,45,131); }
td.TdClassName
{
border-color: #FB2D83;
}
.TagClassName
{
border-color: #FB2D83;
}
</style>