Shades of Wild Strawberry #FB39A8
Tints of Wild Strawberry #FB39A8
RGB
CMYK
RGB Variations
Color information
#FB39A8 (or 0xFB39A8) is known color: Wild Strawberry. HEX triplet: FB, 39 and A8. RGB value is (251,57,168). Sum of RGB (Red+Green+Blue) = 251+57+168=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB39A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB39A8 is #04C657. Grayscale: #7F7F7F. Windows color (decimal): -312920 or 11024891. OLE color: 11024891.
HSL color Cylindrical-coordinate representation of color #FB39A8: hue angle of 325.67º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB39A8 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 168 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.02 |
| HSL | 325.67º | 0.96% | 0.6% | - |
| HSV(B) | 325.67º | 0.77% | 0.98% | - |
| XYZ | 48.31 | 26.26 | 39.57 | - |
| YUV | 127.66 | 150.77 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 168 | 0 | 0.77 | 0.33 | 0.02 | 325.67 | 0.96 | 0.6 |
| Hex | FB | 39 | A8 | 0 | 4D | 21 | 2 | 146 | 60 | 3C |
| Octal | 373 | 71 | 250 | 0 | 115 | 41 | 2 | 506 | 140 | 74 |
| Binary | 11111011 | 111001 | 10101000 | 0 | 1001101 | 100001 | 10 | 101000110 | 1100000 | 111100 |
Color Harmonies of #FB39A8
Complementary color
Monochromatic Colors of #FB39A8
Black with #FB39A8
Text Example
Text Example
White with #FB39A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB39A8; }
p { color: rgb(251,57,168); }
H1.HeaderClassName
{
color: #FB39A8;
}
.AnyTagClassName
{
color: #FB39A8;
}
</style>
background-color css
<style>
a { background-color: #FB39A8; }
a { background-color: rgb(251,57,168); }
div.DivClassName
{
background-color: #FB39A8;
}
.BgClassName
{
background-color: #FB39A8;
}
</style>
border-color css
<style>
span { border-color: #FB39A8; }
span { border-color: rgb(251,57,168); }
td.TdClassName
{
border-color: #FB39A8;
}
.TagClassName
{
border-color: #FB39A8;
}
</style>