Shades of Wild Strawberry #FB379D
Tints of Wild Strawberry #FB379D
RGB
CMYK
RGB Variations
Color information
#FB379D (or 0xFB379D) is known color: Wild Strawberry. HEX triplet: FB, 37 and 9D. RGB value is (251,55,157). Sum of RGB (Red+Green+Blue) = 251+55+157=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB379D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB379D is #04C862. Grayscale: #7D7D7D. Windows color (decimal): -313443 or 10303483. OLE color: 10303483.
HSL color Cylindrical-coordinate representation of color #FB379D: hue angle of 328.78º 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 #FB379D is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 157 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.02 |
| HSL | 328.78º | 0.96% | 0.6% | - |
| HSV(B) | 328.78º | 0.78% | 0.98% | - |
| XYZ | 47.24 | 25.68 | 34.36 | - |
| YUV | 125.23 | 145.93 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 157 | 0 | 0.78 | 0.37 | 0.02 | 328.78 | 0.96 | 0.6 |
| Hex | FB | 37 | 9D | 0 | 4E | 25 | 2 | 149 | 60 | 3C |
| Octal | 373 | 67 | 235 | 0 | 116 | 45 | 2 | 511 | 140 | 74 |
| Binary | 11111011 | 110111 | 10011101 | 0 | 1001110 | 100101 | 10 | 101001001 | 1100000 | 111100 |
Color Harmonies of #FB379D
Complementary color
Monochromatic Colors of #FB379D
Black with #FB379D
Text Example
Text Example
White with #FB379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB379D; }
p { color: rgb(251,55,157); }
H1.HeaderClassName
{
color: #FB379D;
}
.AnyTagClassName
{
color: #FB379D;
}
</style>
background-color css
<style>
a { background-color: #FB379D; }
a { background-color: rgb(251,55,157); }
div.DivClassName
{
background-color: #FB379D;
}
.BgClassName
{
background-color: #FB379D;
}
</style>
border-color css
<style>
span { border-color: #FB379D; }
span { border-color: rgb(251,55,157); }
td.TdClassName
{
border-color: #FB379D;
}
.TagClassName
{
border-color: #FB379D;
}
</style>