Shades of Wild Strawberry #FF319F
Tints of Wild Strawberry #FF319F
RGB
CMYK
RGB Variations
Color information
#FF319F (or 0xFF319F) is known color: Wild Strawberry. HEX triplet: FF, 31 and 9F. RGB value is (255,49,159). Sum of RGB (Red+Green+Blue) = 255+49+159=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF319F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF319F is #00CE60. Grayscale: #7A7A7A. Windows color (decimal): -52833 or 10433023. OLE color: 10433023.
HSL color Cylindrical-coordinate representation of color #FF319F: hue angle of 327.96º 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 #FF319F is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 159 | - |
| CMYK | 0 | 0.81 | 0.38 | 0 |
| HSL | 327.96º | 1% | 0.6% | - |
| HSV(B) | 327.96º | 0.81% | 1% | - |
| XYZ | 48.6 | 25.96 | 35.25 | - |
| YUV | 123.13 | 148.25 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 159 | 0 | 0.81 | 0.38 | 0 | 327.96 | 1 | 0.6 |
| Hex | FF | 31 | 9F | 0 | 51 | 26 | 0 | 148 | 64 | 3C |
| Octal | 377 | 61 | 237 | 0 | 121 | 46 | 0 | 510 | 144 | 74 |
| Binary | 11111111 | 110001 | 10011111 | 0 | 1010001 | 100110 | 0 | 101001000 | 1100100 | 111100 |
Color Harmonies of #FF319F
Complementary color
Monochromatic Colors of #FF319F
Black with #FF319F
Text Example
Text Example
White with #FF319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF319F; }
p { color: rgb(255,49,159); }
H1.HeaderClassName
{
color: #FF319F;
}
.AnyTagClassName
{
color: #FF319F;
}
</style>
background-color css
<style>
a { background-color: #FF319F; }
a { background-color: rgb(255,49,159); }
div.DivClassName
{
background-color: #FF319F;
}
.BgClassName
{
background-color: #FF319F;
}
</style>
border-color css
<style>
span { border-color: #FF319F; }
span { border-color: rgb(255,49,159); }
td.TdClassName
{
border-color: #FF319F;
}
.TagClassName
{
border-color: #FF319F;
}
</style>