Shades of Wild Strawberry #FF399D
Tints of Wild Strawberry #FF399D
RGB
CMYK
RGB Variations
Color information
#FF399D (or 0xFF399D) is known color: Wild Strawberry. HEX triplet: FF, 39 and 9D. RGB value is (255,57,157). Sum of RGB (Red+Green+Blue) = 255+57+157=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF399D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF399D is #00C662. Grayscale: #7F7F7F. Windows color (decimal): -50787 or 10303999. OLE color: 10303999.
HSL color Cylindrical-coordinate representation of color #FF399D: hue angle of 329.7º 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 #FF399D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 157 | - |
| CMYK | 0 | 0.78 | 0.38 | 0 |
| HSL | 329.7º | 1% | 0.61% | - |
| HSV(B) | 329.7º | 0.78% | 1% | - |
| XYZ | 48.79 | 26.62 | 34.47 | - |
| YUV | 127.6 | 144.6 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 157 | 0 | 0.78 | 0.38 | 0 | 329.7 | 1 | 0.61 |
| Hex | FF | 39 | 9D | 0 | 4E | 26 | 0 | 14A | 64 | 3D |
| Octal | 377 | 71 | 235 | 0 | 116 | 46 | 0 | 512 | 144 | 75 |
| Binary | 11111111 | 111001 | 10011101 | 0 | 1001110 | 100110 | 0 | 101001010 | 1100100 | 111101 |
Color Harmonies of #FF399D
Complementary color
Monochromatic Colors of #FF399D
Black with #FF399D
Text Example
Text Example
White with #FF399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF399D; }
p { color: rgb(255,57,157); }
H1.HeaderClassName
{
color: #FF399D;
}
.AnyTagClassName
{
color: #FF399D;
}
</style>
background-color css
<style>
a { background-color: #FF399D; }
a { background-color: rgb(255,57,157); }
div.DivClassName
{
background-color: #FF399D;
}
.BgClassName
{
background-color: #FF399D;
}
</style>
border-color css
<style>
span { border-color: #FF399D; }
span { border-color: rgb(255,57,157); }
td.TdClassName
{
border-color: #FF399D;
}
.TagClassName
{
border-color: #FF399D;
}
</style>