Shades of Wild Strawberry #FB40AD
Tints of Wild Strawberry #FB40AD
RGB
CMYK
RGB Variations
Color information
#FB40AD (or 0xFB40AD) is known color: Wild Strawberry. HEX triplet: FB, 40 and AD. RGB value is (251,64,173). Sum of RGB (Red+Green+Blue) = 251+64+173=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB40AD is #04BF52. Grayscale: #848484. Windows color (decimal): -311123 or 11354363. OLE color: 11354363.
HSL color Cylindrical-coordinate representation of color #FB40AD: hue angle of 325.03º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB40AD is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 173 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.02 |
| HSL | 325.03º | 0.96% | 0.62% | - |
| HSV(B) | 325.03º | 0.75% | 0.98% | - |
| XYZ | 49.16 | 27.19 | 42.19 | - |
| YUV | 132.34 | 150.95 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 173 | 0 | 0.75 | 0.31 | 0.02 | 325.03 | 0.96 | 0.62 |
| Hex | FB | 40 | AD | 0 | 4B | 1F | 2 | 145 | 60 | 3E |
| Octal | 373 | 100 | 255 | 0 | 113 | 37 | 2 | 505 | 140 | 76 |
| Binary | 11111011 | 1000000 | 10101101 | 0 | 1001011 | 11111 | 10 | 101000101 | 1100000 | 111110 |
Color Harmonies of #FB40AD
Complementary color
Monochromatic Colors of #FB40AD
Black with #FB40AD
Text Example
Text Example
White with #FB40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB40AD; }
p { color: rgb(251,64,173); }
H1.HeaderClassName
{
color: #FB40AD;
}
.AnyTagClassName
{
color: #FB40AD;
}
</style>
background-color css
<style>
a { background-color: #FB40AD; }
a { background-color: rgb(251,64,173); }
div.DivClassName
{
background-color: #FB40AD;
}
.BgClassName
{
background-color: #FB40AD;
}
</style>
border-color css
<style>
span { border-color: #FB40AD; }
span { border-color: rgb(251,64,173); }
td.TdClassName
{
border-color: #FB40AD;
}
.TagClassName
{
border-color: #FB40AD;
}
</style>