Shades of Wild Strawberry #FF3995
Tints of Wild Strawberry #FF3995
RGB
CMYK
RGB Variations
Color information
#FF3995 (or 0xFF3995) is known color: Wild Strawberry. HEX triplet: FF, 39 and 95. RGB value is (255,57,149). Sum of RGB (Red+Green+Blue) = 255+57+149=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3995 is #00C66A. Grayscale: #7E7E7E. Windows color (decimal): -50795 or 9779711. OLE color: 9779711.
HSL color Cylindrical-coordinate representation of color #FF3995: hue angle of 332.12º 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 #FF3995 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 149 | - |
| CMYK | 0 | 0.78 | 0.42 | 0 |
| HSL | 332.12º | 1% | 0.61% | - |
| HSV(B) | 332.12º | 0.78% | 1% | - |
| XYZ | 48.13 | 26.36 | 30.98 | - |
| YUV | 126.69 | 140.6 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 149 | 0 | 0.78 | 0.42 | 0 | 332.12 | 1 | 0.61 |
| Hex | FF | 39 | 95 | 0 | 4E | 2A | 0 | 14C | 64 | 3D |
| Octal | 377 | 71 | 225 | 0 | 116 | 52 | 0 | 514 | 144 | 75 |
| Binary | 11111111 | 111001 | 10010101 | 0 | 1001110 | 101010 | 0 | 101001100 | 1100100 | 111101 |
Color Harmonies of #FF3995
Complementary color
Monochromatic Colors of #FF3995
Black with #FF3995
Text Example
Text Example
White with #FF3995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3995; }
p { color: rgb(255,57,149); }
H1.HeaderClassName
{
color: #FF3995;
}
.AnyTagClassName
{
color: #FF3995;
}
</style>
background-color css
<style>
a { background-color: #FF3995; }
a { background-color: rgb(255,57,149); }
div.DivClassName
{
background-color: #FF3995;
}
.BgClassName
{
background-color: #FF3995;
}
</style>
border-color css
<style>
span { border-color: #FF3995; }
span { border-color: rgb(255,57,149); }
td.TdClassName
{
border-color: #FF3995;
}
.TagClassName
{
border-color: #FF3995;
}
</style>