Shades of Wild Strawberry #FB297C
Tints of Wild Strawberry #FB297C
RGB
CMYK
RGB Variations
Color information
#FB297C (or 0xFB297C) is known color: Wild Strawberry. HEX triplet: FB, 29 and 7C. RGB value is (251,41,124). Sum of RGB (Red+Green+Blue) = 251+41+124=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB297C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB297C is #04D683. Grayscale: #717171. Windows color (decimal): -317060 or 8137211. OLE color: 8137211.
HSL color Cylindrical-coordinate representation of color #FB297C: hue angle of 336.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB297C is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 41 | 124 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.02 |
| HSL | 336.29º | 0.96% | 0.57% | - |
| HSV(B) | 336.29º | 0.84% | 0.98% | - |
| XYZ | 44.21 | 23.55 | 21.28 | - |
| YUV | 113.25 | 134.07 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 41 | 124 | 0 | 0.84 | 0.51 | 0.02 | 336.29 | 0.96 | 0.57 |
| Hex | FB | 29 | 7C | 0 | 54 | 33 | 2 | 150 | 60 | 39 |
| Octal | 373 | 51 | 174 | 0 | 124 | 63 | 2 | 520 | 140 | 71 |
| Binary | 11111011 | 101001 | 1111100 | 0 | 1010100 | 110011 | 10 | 101010000 | 1100000 | 111001 |
Color Harmonies of #FB297C
Complementary color
Monochromatic Colors of #FB297C
Black with #FB297C
Text Example
Text Example
White with #FB297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB297C; }
p { color: rgb(251,41,124); }
H1.HeaderClassName
{
color: #FB297C;
}
.AnyTagClassName
{
color: #FB297C;
}
</style>
background-color css
<style>
a { background-color: #FB297C; }
a { background-color: rgb(251,41,124); }
div.DivClassName
{
background-color: #FB297C;
}
.BgClassName
{
background-color: #FB297C;
}
</style>
border-color css
<style>
span { border-color: #FB297C; }
span { border-color: rgb(251,41,124); }
td.TdClassName
{
border-color: #FB297C;
}
.TagClassName
{
border-color: #FB297C;
}
</style>