Shades of Wild Strawberry #FB268C
Tints of Wild Strawberry #FB268C
RGB
CMYK
RGB Variations
Color information
#FB268C (or 0xFB268C) is known color: Wild Strawberry. HEX triplet: FB, 26 and 8C. RGB value is (251,38,140). Sum of RGB (Red+Green+Blue) = 251+38+140=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB268C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB268C is #04D973. Grayscale: #717171. Windows color (decimal): -317812 or 9185019. OLE color: 9185019.
HSL color Cylindrical-coordinate representation of color #FB268C: hue angle of 331.27º 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 #FB268C is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 140 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.02 |
| HSL | 331.27º | 0.96% | 0.57% | - |
| HSV(B) | 331.27º | 0.85% | 0.98% | - |
| XYZ | 45.21 | 23.79 | 27.02 | - |
| YUV | 113.32 | 143.07 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 140 | 0 | 0.85 | 0.44 | 0.02 | 331.27 | 0.96 | 0.57 |
| Hex | FB | 26 | 8C | 0 | 55 | 2C | 2 | 14B | 60 | 39 |
| Octal | 373 | 46 | 214 | 0 | 125 | 54 | 2 | 513 | 140 | 71 |
| Binary | 11111011 | 100110 | 10001100 | 0 | 1010101 | 101100 | 10 | 101001011 | 1100000 | 111001 |
Color Harmonies of #FB268C
Complementary color
Monochromatic Colors of #FB268C
Black with #FB268C
Text Example
Text Example
White with #FB268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB268C; }
p { color: rgb(251,38,140); }
H1.HeaderClassName
{
color: #FB268C;
}
.AnyTagClassName
{
color: #FB268C;
}
</style>
background-color css
<style>
a { background-color: #FB268C; }
a { background-color: rgb(251,38,140); }
div.DivClassName
{
background-color: #FB268C;
}
.BgClassName
{
background-color: #FB268C;
}
</style>
border-color css
<style>
span { border-color: #FB268C; }
span { border-color: rgb(251,38,140); }
td.TdClassName
{
border-color: #FB268C;
}
.TagClassName
{
border-color: #FB268C;
}
</style>