Shades of Wild Strawberry #FB268B
Tints of Wild Strawberry #FB268B
RGB
CMYK
RGB Variations
Color information
#FB268B (or 0xFB268B) is known color: Wild Strawberry. HEX triplet: FB, 26 and 8B. RGB value is (251,38,139). Sum of RGB (Red+Green+Blue) = 251+38+139=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB268B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB268B is #04D974. Grayscale: #717171. Windows color (decimal): -317813 or 9119483. OLE color: 9119483.
HSL color Cylindrical-coordinate representation of color #FB268B: hue angle of 331.55º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB268B is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 139 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.02 |
| HSL | 331.55º | 0.96% | 0.57% | - |
| HSV(B) | 331.55º | 0.85% | 0.98% | - |
| XYZ | 45.14 | 23.76 | 26.63 | - |
| YUV | 113.2 | 142.57 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 139 | 0 | 0.85 | 0.45 | 0.02 | 331.55 | 0.96 | 0.57 |
| Hex | FB | 26 | 8B | 0 | 55 | 2D | 2 | 14C | 60 | 39 |
| Octal | 373 | 46 | 213 | 0 | 125 | 55 | 2 | 514 | 140 | 71 |
| Binary | 11111011 | 100110 | 10001011 | 0 | 1010101 | 101101 | 10 | 101001100 | 1100000 | 111001 |
Color Harmonies of #FB268B
Complementary color
Monochromatic Colors of #FB268B
Black with #FB268B
Text Example
Text Example
White with #FB268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB268B; }
p { color: rgb(251,38,139); }
H1.HeaderClassName
{
color: #FB268B;
}
.AnyTagClassName
{
color: #FB268B;
}
</style>
background-color css
<style>
a { background-color: #FB268B; }
a { background-color: rgb(251,38,139); }
div.DivClassName
{
background-color: #FB268B;
}
.BgClassName
{
background-color: #FB268B;
}
</style>
border-color css
<style>
span { border-color: #FB268B; }
span { border-color: rgb(251,38,139); }
td.TdClassName
{
border-color: #FB268B;
}
.TagClassName
{
border-color: #FB268B;
}
</style>