Shades of Wild Strawberry #FB3998
Tints of Wild Strawberry #FB3998
RGB
CMYK
RGB Variations
Color information
#FB3998 (or 0xFB3998) is known color: Wild Strawberry. HEX triplet: FB, 39 and 98. RGB value is (251,57,152). Sum of RGB (Red+Green+Blue) = 251+57+152=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3998 is #04C667. Grayscale: #7D7D7D. Windows color (decimal): -312936 or 9976315. OLE color: 9976315.
HSL color Cylindrical-coordinate representation of color #FB3998: hue angle of 330.62º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3998 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 152 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.02 |
| HSL | 330.62º | 0.96% | 0.6% | - |
| HSV(B) | 330.62º | 0.77% | 0.98% | - |
| XYZ | 46.91 | 25.7 | 32.19 | - |
| YUV | 125.84 | 142.77 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 152 | 0 | 0.77 | 0.39 | 0.02 | 330.62 | 0.96 | 0.6 |
| Hex | FB | 39 | 98 | 0 | 4D | 27 | 2 | 14B | 60 | 3C |
| Octal | 373 | 71 | 230 | 0 | 115 | 47 | 2 | 513 | 140 | 74 |
| Binary | 11111011 | 111001 | 10011000 | 0 | 1001101 | 100111 | 10 | 101001011 | 1100000 | 111100 |
Color Harmonies of #FB3998
Complementary color
Monochromatic Colors of #FB3998
Black with #FB3998
Text Example
Text Example
White with #FB3998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3998; }
p { color: rgb(251,57,152); }
H1.HeaderClassName
{
color: #FB3998;
}
.AnyTagClassName
{
color: #FB3998;
}
</style>
background-color css
<style>
a { background-color: #FB3998; }
a { background-color: rgb(251,57,152); }
div.DivClassName
{
background-color: #FB3998;
}
.BgClassName
{
background-color: #FB3998;
}
</style>
border-color css
<style>
span { border-color: #FB3998; }
span { border-color: rgb(251,57,152); }
td.TdClassName
{
border-color: #FB3998;
}
.TagClassName
{
border-color: #FB3998;
}
</style>