Shades of Wild Strawberry #FF399F
Tints of Wild Strawberry #FF399F
RGB
CMYK
RGB Variations
Color information
#FF399F (or 0xFF399F) is known color: Wild Strawberry. HEX triplet: FF, 39 and 9F. RGB value is (255,57,159). Sum of RGB (Red+Green+Blue) = 255+57+159=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF399F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF399F is #00C660. Grayscale: #7F7F7F. Windows color (decimal): -50785 or 10435071. OLE color: 10435071.
HSL color Cylindrical-coordinate representation of color #FF399F: hue angle of 329.09º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF399F is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 159 | - |
| CMYK | 0 | 0.78 | 0.38 | 0 |
| HSL | 329.09º | 1% | 0.61% | - |
| HSV(B) | 329.09º | 0.78% | 1% | - |
| XYZ | 48.96 | 26.69 | 35.37 | - |
| YUV | 127.83 | 145.6 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 159 | 0 | 0.78 | 0.38 | 0 | 329.09 | 1 | 0.61 |
| Hex | FF | 39 | 9F | 0 | 4E | 26 | 0 | 149 | 64 | 3D |
| Octal | 377 | 71 | 237 | 0 | 116 | 46 | 0 | 511 | 144 | 75 |
| Binary | 11111111 | 111001 | 10011111 | 0 | 1001110 | 100110 | 0 | 101001001 | 1100100 | 111101 |
Color Harmonies of #FF399F
Complementary color
Monochromatic Colors of #FF399F
Black with #FF399F
Text Example
Text Example
White with #FF399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF399F; }
p { color: rgb(255,57,159); }
H1.HeaderClassName
{
color: #FF399F;
}
.AnyTagClassName
{
color: #FF399F;
}
</style>
background-color css
<style>
a { background-color: #FF399F; }
a { background-color: rgb(255,57,159); }
div.DivClassName
{
background-color: #FF399F;
}
.BgClassName
{
background-color: #FF399F;
}
</style>
border-color css
<style>
span { border-color: #FF399F; }
span { border-color: rgb(255,57,159); }
td.TdClassName
{
border-color: #FF399F;
}
.TagClassName
{
border-color: #FF399F;
}
</style>