Shades of Wild Strawberry #FB4197
Tints of Wild Strawberry #FB4197
RGB
CMYK
RGB Variations
Color information
#FB4197 (or 0xFB4197) is known color: Wild Strawberry. HEX triplet: FB, 41 and 97. RGB value is (251,65,151). Sum of RGB (Red+Green+Blue) = 251+65+151=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4197 is #04BE68. Grayscale: #828282. Windows color (decimal): -310889 or 9912827. OLE color: 9912827.
HSL color Cylindrical-coordinate representation of color #FB4197: hue angle of 332.26º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4197 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 151 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.02 |
| HSL | 332.26º | 0.96% | 0.62% | - |
| HSV(B) | 332.26º | 0.74% | 0.98% | - |
| XYZ | 47.26 | 26.52 | 31.91 | - |
| YUV | 130.42 | 139.62 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 151 | 0 | 0.74 | 0.40 | 0.02 | 332.26 | 0.96 | 0.62 |
| Hex | FB | 41 | 97 | 0 | 4A | 28 | 2 | 14C | 60 | 3E |
| Octal | 373 | 101 | 227 | 0 | 112 | 50 | 2 | 514 | 140 | 76 |
| Binary | 11111011 | 1000001 | 10010111 | 0 | 1001010 | 101000 | 10 | 101001100 | 1100000 | 111110 |
Color Harmonies of #FB4197
Complementary color
Monochromatic Colors of #FB4197
Black with #FB4197
Text Example
Text Example
White with #FB4197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4197; }
p { color: rgb(251,65,151); }
H1.HeaderClassName
{
color: #FB4197;
}
.AnyTagClassName
{
color: #FB4197;
}
</style>
background-color css
<style>
a { background-color: #FB4197; }
a { background-color: rgb(251,65,151); }
div.DivClassName
{
background-color: #FB4197;
}
.BgClassName
{
background-color: #FB4197;
}
</style>
border-color css
<style>
span { border-color: #FB4197; }
span { border-color: rgb(251,65,151); }
td.TdClassName
{
border-color: #FB4197;
}
.TagClassName
{
border-color: #FB4197;
}
</style>