Shades of Wild Strawberry #FB268F
Tints of Wild Strawberry #FB268F
RGB
CMYK
RGB Variations
Color information
#FB268F (or 0xFB268F) is known color: Wild Strawberry. HEX triplet: FB, 26 and 8F. RGB value is (251,38,143). Sum of RGB (Red+Green+Blue) = 251+38+143=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB268F is #04D970. Grayscale: #717171. Windows color (decimal): -317809 or 9381627. OLE color: 9381627.
HSL color Cylindrical-coordinate representation of color #FB268F: hue angle of 330.42º 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 #FB268F is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 143 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.02 |
| HSL | 330.42º | 0.96% | 0.57% | - |
| HSV(B) | 330.42º | 0.85% | 0.98% | - |
| XYZ | 45.43 | 23.88 | 28.2 | - |
| YUV | 113.66 | 144.57 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 143 | 0 | 0.85 | 0.43 | 0.02 | 330.42 | 0.96 | 0.57 |
| Hex | FB | 26 | 8F | 0 | 55 | 2B | 2 | 14A | 60 | 39 |
| Octal | 373 | 46 | 217 | 0 | 125 | 53 | 2 | 512 | 140 | 71 |
| Binary | 11111011 | 100110 | 10001111 | 0 | 1010101 | 101011 | 10 | 101001010 | 1100000 | 111001 |
Color Harmonies of #FB268F
Complementary color
Monochromatic Colors of #FB268F
Black with #FB268F
Text Example
Text Example
White with #FB268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB268F; }
p { color: rgb(251,38,143); }
H1.HeaderClassName
{
color: #FB268F;
}
.AnyTagClassName
{
color: #FB268F;
}
</style>
background-color css
<style>
a { background-color: #FB268F; }
a { background-color: rgb(251,38,143); }
div.DivClassName
{
background-color: #FB268F;
}
.BgClassName
{
background-color: #FB268F;
}
</style>
border-color css
<style>
span { border-color: #FB268F; }
span { border-color: rgb(251,38,143); }
td.TdClassName
{
border-color: #FB268F;
}
.TagClassName
{
border-color: #FB268F;
}
</style>