Shades of Wild Strawberry #FF3188
Tints of Wild Strawberry #FF3188
RGB
CMYK
RGB Variations
Color information
#FF3188 (or 0xFF3188) is known color: Wild Strawberry. HEX triplet: FF, 31 and 88. RGB value is (255,49,136). Sum of RGB (Red+Green+Blue) = 255+49+136=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3188 is #00CE77. Grayscale: #787878. Windows color (decimal): -52856 or 8925695. OLE color: 8925695.
HSL color Cylindrical-coordinate representation of color #FF3188: hue angle of 334.66º 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 #FF3188 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 136 | - |
| CMYK | 0 | 0.81 | 0.47 | 0 |
| HSL | 334.66º | 1% | 0.6% | - |
| HSV(B) | 334.66º | 0.81% | 1% | - |
| XYZ | 46.78 | 25.23 | 25.7 | - |
| YUV | 120.51 | 136.75 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 136 | 0 | 0.81 | 0.47 | 0 | 334.66 | 1 | 0.6 |
| Hex | FF | 31 | 88 | 0 | 51 | 2F | 0 | 14F | 64 | 3C |
| Octal | 377 | 61 | 210 | 0 | 121 | 57 | 0 | 517 | 144 | 74 |
| Binary | 11111111 | 110001 | 10001000 | 0 | 1010001 | 101111 | 0 | 101001111 | 1100100 | 111100 |
Color Harmonies of #FF3188
Complementary color
Monochromatic Colors of #FF3188
Black with #FF3188
Text Example
Text Example
White with #FF3188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3188; }
p { color: rgb(255,49,136); }
H1.HeaderClassName
{
color: #FF3188;
}
.AnyTagClassName
{
color: #FF3188;
}
</style>
background-color css
<style>
a { background-color: #FF3188; }
a { background-color: rgb(255,49,136); }
div.DivClassName
{
background-color: #FF3188;
}
.BgClassName
{
background-color: #FF3188;
}
</style>
border-color css
<style>
span { border-color: #FF3188; }
span { border-color: rgb(255,49,136); }
td.TdClassName
{
border-color: #FF3188;
}
.TagClassName
{
border-color: #FF3188;
}
</style>