Shades of Wild Strawberry #FB379F
Tints of Wild Strawberry #FB379F
RGB
CMYK
RGB Variations
Color information
#FB379F (or 0xFB379F) is known color: Wild Strawberry. HEX triplet: FB, 37 and 9F. RGB value is (251,55,159). Sum of RGB (Red+Green+Blue) = 251+55+159=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB379F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB379F is #04C860. Grayscale: #7D7D7D. Windows color (decimal): -313441 or 10434555. OLE color: 10434555.
HSL color Cylindrical-coordinate representation of color #FB379F: hue angle of 328.16º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB379F is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 159 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.02 |
| HSL | 328.16º | 0.96% | 0.6% | - |
| HSV(B) | 328.16º | 0.78% | 0.98% | - |
| XYZ | 47.41 | 25.74 | 35.27 | - |
| YUV | 125.46 | 146.93 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 159 | 0 | 0.78 | 0.37 | 0.02 | 328.16 | 0.96 | 0.6 |
| Hex | FB | 37 | 9F | 0 | 4E | 25 | 2 | 148 | 60 | 3C |
| Octal | 373 | 67 | 237 | 0 | 116 | 45 | 2 | 510 | 140 | 74 |
| Binary | 11111011 | 110111 | 10011111 | 0 | 1001110 | 100101 | 10 | 101001000 | 1100000 | 111100 |
Color Harmonies of #FB379F
Complementary color
Monochromatic Colors of #FB379F
Black with #FB379F
Text Example
Text Example
White with #FB379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB379F; }
p { color: rgb(251,55,159); }
H1.HeaderClassName
{
color: #FB379F;
}
.AnyTagClassName
{
color: #FB379F;
}
</style>
background-color css
<style>
a { background-color: #FB379F; }
a { background-color: rgb(251,55,159); }
div.DivClassName
{
background-color: #FB379F;
}
.BgClassName
{
background-color: #FB379F;
}
</style>
border-color css
<style>
span { border-color: #FB379F; }
span { border-color: rgb(251,55,159); }
td.TdClassName
{
border-color: #FB379F;
}
.TagClassName
{
border-color: #FB379F;
}
</style>