Shades of Wild Strawberry #FB409D
Tints of Wild Strawberry #FB409D
RGB
CMYK
RGB Variations
Color information
#FB409D (or 0xFB409D) is known color: Wild Strawberry. HEX triplet: FB, 40 and 9D. RGB value is (251,64,157). Sum of RGB (Red+Green+Blue) = 251+64+157=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB409D is #04BF62. Grayscale: #828282. Windows color (decimal): -311139 or 10305787. OLE color: 10305787.
HSL color Cylindrical-coordinate representation of color #FB409D: hue angle of 330.16º 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 #FB409D is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 157 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.02 |
| HSL | 330.16º | 0.96% | 0.62% | - |
| HSV(B) | 330.16º | 0.75% | 0.98% | - |
| XYZ | 47.7 | 26.61 | 34.52 | - |
| YUV | 130.52 | 142.95 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 157 | 0 | 0.75 | 0.37 | 0.02 | 330.16 | 0.96 | 0.62 |
| Hex | FB | 40 | 9D | 0 | 4B | 25 | 2 | 14A | 60 | 3E |
| Octal | 373 | 100 | 235 | 0 | 113 | 45 | 2 | 512 | 140 | 76 |
| Binary | 11111011 | 1000000 | 10011101 | 0 | 1001011 | 100101 | 10 | 101001010 | 1100000 | 111110 |
Color Harmonies of #FB409D
Complementary color
Monochromatic Colors of #FB409D
Black with #FB409D
Text Example
Text Example
White with #FB409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB409D; }
p { color: rgb(251,64,157); }
H1.HeaderClassName
{
color: #FB409D;
}
.AnyTagClassName
{
color: #FB409D;
}
</style>
background-color css
<style>
a { background-color: #FB409D; }
a { background-color: rgb(251,64,157); }
div.DivClassName
{
background-color: #FB409D;
}
.BgClassName
{
background-color: #FB409D;
}
</style>
border-color css
<style>
span { border-color: #FB409D; }
span { border-color: rgb(251,64,157); }
td.TdClassName
{
border-color: #FB409D;
}
.TagClassName
{
border-color: #FB409D;
}
</style>