Shades of Wild Strawberry #FF3991
Tints of Wild Strawberry #FF3991
RGB
CMYK
RGB Variations
Color information
#FF3991 (or 0xFF3991) is known color: Wild Strawberry. HEX triplet: FF, 39 and 91. RGB value is (255,57,145). Sum of RGB (Red+Green+Blue) = 255+57+145=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3991 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3991 is #00C66E. Grayscale: #7E7E7E. Windows color (decimal): -50799 or 9517567. OLE color: 9517567.
HSL color Cylindrical-coordinate representation of color #FF3991: hue angle of 333.33º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3991 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 145 | - |
| CMYK | 0 | 0.78 | 0.43 | 0 |
| HSL | 333.33º | 1% | 0.61% | - |
| HSV(B) | 333.33º | 0.78% | 1% | - |
| XYZ | 47.81 | 26.23 | 29.33 | - |
| YUV | 126.23 | 138.6 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 145 | 0 | 0.78 | 0.43 | 0 | 333.33 | 1 | 0.61 |
| Hex | FF | 39 | 91 | 0 | 4E | 2B | 0 | 14D | 64 | 3D |
| Octal | 377 | 71 | 221 | 0 | 116 | 53 | 0 | 515 | 144 | 75 |
| Binary | 11111111 | 111001 | 10010001 | 0 | 1001110 | 101011 | 0 | 101001101 | 1100100 | 111101 |
Color Harmonies of #FF3991
Complementary color
Monochromatic Colors of #FF3991
Black with #FF3991
Text Example
Text Example
White with #FF3991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3991; }
p { color: rgb(255,57,145); }
H1.HeaderClassName
{
color: #FF3991;
}
.AnyTagClassName
{
color: #FF3991;
}
</style>
background-color css
<style>
a { background-color: #FF3991; }
a { background-color: rgb(255,57,145); }
div.DivClassName
{
background-color: #FF3991;
}
.BgClassName
{
background-color: #FF3991;
}
</style>
border-color css
<style>
span { border-color: #FF3991; }
span { border-color: rgb(255,57,145); }
td.TdClassName
{
border-color: #FF3991;
}
.TagClassName
{
border-color: #FF3991;
}
</style>