Shades of Wild Strawberry #FF3194
Tints of Wild Strawberry #FF3194
RGB
CMYK
RGB Variations
Color information
#FF3194 (or 0xFF3194) is known color: Wild Strawberry. HEX triplet: FF, 31 and 94. RGB value is (255,49,148). Sum of RGB (Red+Green+Blue) = 255+49+148=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3194 is #00CE6B. Grayscale: #797979. Windows color (decimal): -52844 or 9712127. OLE color: 9712127.
HSL color Cylindrical-coordinate representation of color #FF3194: hue angle of 331.17º 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 #FF3194 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 148 | - |
| CMYK | 0 | 0.81 | 0.42 | 0 |
| HSL | 331.17º | 1% | 0.6% | - |
| HSV(B) | 331.17º | 0.81% | 1% | - |
| XYZ | 47.68 | 25.59 | 30.44 | - |
| YUV | 121.88 | 142.75 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 148 | 0 | 0.81 | 0.42 | 0 | 331.17 | 1 | 0.6 |
| Hex | FF | 31 | 94 | 0 | 51 | 2A | 0 | 14B | 64 | 3C |
| Octal | 377 | 61 | 224 | 0 | 121 | 52 | 0 | 513 | 144 | 74 |
| Binary | 11111111 | 110001 | 10010100 | 0 | 1010001 | 101010 | 0 | 101001011 | 1100100 | 111100 |
Color Harmonies of #FF3194
Complementary color
Monochromatic Colors of #FF3194
Black with #FF3194
Text Example
Text Example
White with #FF3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3194; }
p { color: rgb(255,49,148); }
H1.HeaderClassName
{
color: #FF3194;
}
.AnyTagClassName
{
color: #FF3194;
}
</style>
background-color css
<style>
a { background-color: #FF3194; }
a { background-color: rgb(255,49,148); }
div.DivClassName
{
background-color: #FF3194;
}
.BgClassName
{
background-color: #FF3194;
}
</style>
border-color css
<style>
span { border-color: #FF3194; }
span { border-color: rgb(255,49,148); }
td.TdClassName
{
border-color: #FF3194;
}
.TagClassName
{
border-color: #FF3194;
}
</style>