Shades of Wild Strawberry #FB2F84
Tints of Wild Strawberry #FB2F84
RGB
CMYK
RGB Variations
Color information
#FB2F84 (or 0xFB2F84) is known color: Wild Strawberry. HEX triplet: FB, 2F and 84. RGB value is (251,47,132). Sum of RGB (Red+Green+Blue) = 251+47+132=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2F84 is #04D07B. Grayscale: #757575. Windows color (decimal): -315516 or 8663035. OLE color: 8663035.
HSL color Cylindrical-coordinate representation of color #FB2F84: hue angle of 335º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2F84 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 132 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.02 |
| HSL | 335º | 0.96% | 0.58% | - |
| HSV(B) | 335º | 0.81% | 0.98% | - |
| XYZ | 44.97 | 24.21 | 24.13 | - |
| YUV | 117.69 | 136.09 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 132 | 0 | 0.81 | 0.47 | 0.02 | 335 | 0.96 | 0.58 |
| Hex | FB | 2F | 84 | 0 | 51 | 2F | 2 | 14F | 60 | 3A |
| Octal | 373 | 57 | 204 | 0 | 121 | 57 | 2 | 517 | 140 | 72 |
| Binary | 11111011 | 101111 | 10000100 | 0 | 1010001 | 101111 | 10 | 101001111 | 1100000 | 111010 |
Color Harmonies of #FB2F84
Complementary color
Monochromatic Colors of #FB2F84
Black with #FB2F84
Text Example
Text Example
White with #FB2F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F84; }
p { color: rgb(251,47,132); }
H1.HeaderClassName
{
color: #FB2F84;
}
.AnyTagClassName
{
color: #FB2F84;
}
</style>
background-color css
<style>
a { background-color: #FB2F84; }
a { background-color: rgb(251,47,132); }
div.DivClassName
{
background-color: #FB2F84;
}
.BgClassName
{
background-color: #FB2F84;
}
</style>
border-color css
<style>
span { border-color: #FB2F84; }
span { border-color: rgb(251,47,132); }
td.TdClassName
{
border-color: #FB2F84;
}
.TagClassName
{
border-color: #FB2F84;
}
</style>