Shades of Wild Strawberry #FF318F
Tints of Wild Strawberry #FF318F
RGB
CMYK
RGB Variations
Color information
#FF318F (or 0xFF318F) is known color: Wild Strawberry. HEX triplet: FF, 31 and 8F. RGB value is (255,49,143). Sum of RGB (Red+Green+Blue) = 255+49+143=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF318F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF318F is #00CE70. Grayscale: #797979. Windows color (decimal): -52849 or 9384447. OLE color: 9384447.
HSL color Cylindrical-coordinate representation of color #FF318F: hue angle of 332.62º 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 #FF318F is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 143 | - |
| CMYK | 0 | 0.81 | 0.44 | 0 |
| HSL | 332.62º | 1% | 0.6% | - |
| HSV(B) | 332.62º | 0.81% | 1% | - |
| XYZ | 47.3 | 25.44 | 28.4 | - |
| YUV | 121.31 | 140.25 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 143 | 0 | 0.81 | 0.44 | 0 | 332.62 | 1 | 0.6 |
| Hex | FF | 31 | 8F | 0 | 51 | 2C | 0 | 14D | 64 | 3C |
| Octal | 377 | 61 | 217 | 0 | 121 | 54 | 0 | 515 | 144 | 74 |
| Binary | 11111111 | 110001 | 10001111 | 0 | 1010001 | 101100 | 0 | 101001101 | 1100100 | 111100 |
Color Harmonies of #FF318F
Complementary color
Monochromatic Colors of #FF318F
Black with #FF318F
Text Example
Text Example
White with #FF318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF318F; }
p { color: rgb(255,49,143); }
H1.HeaderClassName
{
color: #FF318F;
}
.AnyTagClassName
{
color: #FF318F;
}
</style>
background-color css
<style>
a { background-color: #FF318F; }
a { background-color: rgb(255,49,143); }
div.DivClassName
{
background-color: #FF318F;
}
.BgClassName
{
background-color: #FF318F;
}
</style>
border-color css
<style>
span { border-color: #FF318F; }
span { border-color: rgb(255,49,143); }
td.TdClassName
{
border-color: #FF318F;
}
.TagClassName
{
border-color: #FF318F;
}
</style>