Shades of Wild Strawberry #FF3197
Tints of Wild Strawberry #FF3197
RGB
CMYK
RGB Variations
Color information
#FF3197 (or 0xFF3197) is known color: Wild Strawberry. HEX triplet: FF, 31 and 97. RGB value is (255,49,151). Sum of RGB (Red+Green+Blue) = 255+49+151=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3197 is #00CE68. Grayscale: #7A7A7A. Windows color (decimal): -52841 or 9908735. OLE color: 9908735.
HSL color Cylindrical-coordinate representation of color #FF3197: hue angle of 330.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3197 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 151 | - |
| CMYK | 0 | 0.81 | 0.41 | 0 |
| HSL | 330.29º | 1% | 0.6% | - |
| HSV(B) | 330.29º | 0.81% | 1% | - |
| XYZ | 47.92 | 25.69 | 31.71 | - |
| YUV | 122.22 | 144.25 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 151 | 0 | 0.81 | 0.41 | 0 | 330.29 | 1 | 0.6 |
| Hex | FF | 31 | 97 | 0 | 51 | 29 | 0 | 14A | 64 | 3C |
| Octal | 377 | 61 | 227 | 0 | 121 | 51 | 0 | 512 | 144 | 74 |
| Binary | 11111111 | 110001 | 10010111 | 0 | 1010001 | 101001 | 0 | 101001010 | 1100100 | 111100 |
Color Harmonies of #FF3197
Complementary color
Monochromatic Colors of #FF3197
Black with #FF3197
Text Example
Text Example
White with #FF3197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3197; }
p { color: rgb(255,49,151); }
H1.HeaderClassName
{
color: #FF3197;
}
.AnyTagClassName
{
color: #FF3197;
}
</style>
background-color css
<style>
a { background-color: #FF3197; }
a { background-color: rgb(255,49,151); }
div.DivClassName
{
background-color: #FF3197;
}
.BgClassName
{
background-color: #FF3197;
}
</style>
border-color css
<style>
span { border-color: #FF3197; }
span { border-color: rgb(255,49,151); }
td.TdClassName
{
border-color: #FF3197;
}
.TagClassName
{
border-color: #FF3197;
}
</style>