Shades of Wild Strawberry #FF3195
Tints of Wild Strawberry #FF3195
RGB
CMYK
RGB Variations
Color information
#FF3195 (or 0xFF3195) is known color: Wild Strawberry. HEX triplet: FF, 31 and 95. RGB value is (255,49,149). Sum of RGB (Red+Green+Blue) = 255+49+149=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3195 is #00CE6A. Grayscale: #797979. Windows color (decimal): -52843 or 9777663. OLE color: 9777663.
HSL color Cylindrical-coordinate representation of color #FF3195: hue angle of 330.87º 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 #FF3195 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 149 | - |
| CMYK | 0 | 0.81 | 0.42 | 0 |
| HSL | 330.87º | 1% | 0.6% | - |
| HSV(B) | 330.87º | 0.81% | 1% | - |
| XYZ | 47.76 | 25.63 | 30.86 | - |
| YUV | 121.99 | 143.25 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 149 | 0 | 0.81 | 0.42 | 0 | 330.87 | 1 | 0.6 |
| Hex | FF | 31 | 95 | 0 | 51 | 2A | 0 | 14B | 64 | 3C |
| Octal | 377 | 61 | 225 | 0 | 121 | 52 | 0 | 513 | 144 | 74 |
| Binary | 11111111 | 110001 | 10010101 | 0 | 1010001 | 101010 | 0 | 101001011 | 1100100 | 111100 |
Color Harmonies of #FF3195
Complementary color
Monochromatic Colors of #FF3195
Black with #FF3195
Text Example
Text Example
White with #FF3195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3195; }
p { color: rgb(255,49,149); }
H1.HeaderClassName
{
color: #FF3195;
}
.AnyTagClassName
{
color: #FF3195;
}
</style>
background-color css
<style>
a { background-color: #FF3195; }
a { background-color: rgb(255,49,149); }
div.DivClassName
{
background-color: #FF3195;
}
.BgClassName
{
background-color: #FF3195;
}
</style>
border-color css
<style>
span { border-color: #FF3195; }
span { border-color: rgb(255,49,149); }
td.TdClassName
{
border-color: #FF3195;
}
.TagClassName
{
border-color: #FF3195;
}
</style>