Shades of Wild Strawberry #FB3D9C
Tints of Wild Strawberry #FB3D9C
RGB
CMYK
RGB Variations
Color information
#FB3D9C (or 0xFB3D9C) is known color: Wild Strawberry. HEX triplet: FB, 3D and 9C. RGB value is (251,61,156). Sum of RGB (Red+Green+Blue) = 251+61+156=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3D9C is #04C263. Grayscale: #808080. Windows color (decimal): -311908 or 10239483. OLE color: 10239483.
HSL color Cylindrical-coordinate representation of color #FB3D9C: hue angle of 330º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3D9C is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 61 | 156 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.02 |
| HSL | 330º | 0.96% | 0.61% | - |
| HSV(B) | 330º | 0.76% | 0.98% | - |
| XYZ | 47.45 | 26.25 | 34.02 | - |
| YUV | 128.64 | 143.45 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 61 | 156 | 0 | 0.76 | 0.38 | 0.02 | 330 | 0.96 | 0.61 |
| Hex | FB | 3D | 9C | 0 | 4C | 26 | 2 | 14A | 60 | 3D |
| Octal | 373 | 75 | 234 | 0 | 114 | 46 | 2 | 512 | 140 | 75 |
| Binary | 11111011 | 111101 | 10011100 | 0 | 1001100 | 100110 | 10 | 101001010 | 1100000 | 111101 |
Color Harmonies of #FB3D9C
Complementary color
Monochromatic Colors of #FB3D9C
Black with #FB3D9C
Text Example
Text Example
White with #FB3D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3D9C; }
p { color: rgb(251,61,156); }
H1.HeaderClassName
{
color: #FB3D9C;
}
.AnyTagClassName
{
color: #FB3D9C;
}
</style>
background-color css
<style>
a { background-color: #FB3D9C; }
a { background-color: rgb(251,61,156); }
div.DivClassName
{
background-color: #FB3D9C;
}
.BgClassName
{
background-color: #FB3D9C;
}
</style>
border-color css
<style>
span { border-color: #FB3D9C; }
span { border-color: rgb(251,61,156); }
td.TdClassName
{
border-color: #FB3D9C;
}
.TagClassName
{
border-color: #FB3D9C;
}
</style>