Shades of Wild Strawberry #FB268A
Tints of Wild Strawberry #FB268A
RGB
CMYK
RGB Variations
Color information
#FB268A (or 0xFB268A) is known color: Wild Strawberry. HEX triplet: FB, 26 and 8A. RGB value is (251,38,138). Sum of RGB (Red+Green+Blue) = 251+38+138=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB268A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB268A is #04D975. Grayscale: #707070. Windows color (decimal): -317814 or 9053947. OLE color: 9053947.
HSL color Cylindrical-coordinate representation of color #FB268A: hue angle of 331.83º 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 #FB268A is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 138 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.02 |
| HSL | 331.83º | 0.96% | 0.57% | - |
| HSV(B) | 331.83º | 0.85% | 0.98% | - |
| XYZ | 45.06 | 23.73 | 26.25 | - |
| YUV | 113.09 | 142.07 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 138 | 0 | 0.85 | 0.45 | 0.02 | 331.83 | 0.96 | 0.57 |
| Hex | FB | 26 | 8A | 0 | 55 | 2D | 2 | 14C | 60 | 39 |
| Octal | 373 | 46 | 212 | 0 | 125 | 55 | 2 | 514 | 140 | 71 |
| Binary | 11111011 | 100110 | 10001010 | 0 | 1010101 | 101101 | 10 | 101001100 | 1100000 | 111001 |
Color Harmonies of #FB268A
Complementary color
Monochromatic Colors of #FB268A
Black with #FB268A
Text Example
Text Example
White with #FB268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB268A; }
p { color: rgb(251,38,138); }
H1.HeaderClassName
{
color: #FB268A;
}
.AnyTagClassName
{
color: #FB268A;
}
</style>
background-color css
<style>
a { background-color: #FB268A; }
a { background-color: rgb(251,38,138); }
div.DivClassName
{
background-color: #FB268A;
}
.BgClassName
{
background-color: #FB268A;
}
</style>
border-color css
<style>
span { border-color: #FB268A; }
span { border-color: rgb(251,38,138); }
td.TdClassName
{
border-color: #FB268A;
}
.TagClassName
{
border-color: #FB268A;
}
</style>