Shades of Wild Strawberry #FF399A
Tints of Wild Strawberry #FF399A
RGB
CMYK
RGB Variations
Color information
#FF399A (or 0xFF399A) is known color: Wild Strawberry. HEX triplet: FF, 39 and 9A. RGB value is (255,57,154). Sum of RGB (Red+Green+Blue) = 255+57+154=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF399A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF399A is #00C665. Grayscale: #7F7F7F. Windows color (decimal): -50790 or 10107391. OLE color: 10107391.
HSL color Cylindrical-coordinate representation of color #FF399A: hue angle of 330.61º 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 #FF399A is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 154 | - |
| CMYK | 0 | 0.78 | 0.40 | 0 |
| HSL | 330.61º | 1% | 0.61% | - |
| HSV(B) | 330.61º | 0.78% | 1% | - |
| XYZ | 48.54 | 26.52 | 33.13 | - |
| YUV | 127.26 | 143.1 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 154 | 0 | 0.78 | 0.40 | 0 | 330.61 | 1 | 0.61 |
| Hex | FF | 39 | 9A | 0 | 4E | 28 | 0 | 14B | 64 | 3D |
| Octal | 377 | 71 | 232 | 0 | 116 | 50 | 0 | 513 | 144 | 75 |
| Binary | 11111111 | 111001 | 10011010 | 0 | 1001110 | 101000 | 0 | 101001011 | 1100100 | 111101 |
Color Harmonies of #FF399A
Complementary color
Monochromatic Colors of #FF399A
Black with #FF399A
Text Example
Text Example
White with #FF399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF399A; }
p { color: rgb(255,57,154); }
H1.HeaderClassName
{
color: #FF399A;
}
.AnyTagClassName
{
color: #FF399A;
}
</style>
background-color css
<style>
a { background-color: #FF399A; }
a { background-color: rgb(255,57,154); }
div.DivClassName
{
background-color: #FF399A;
}
.BgClassName
{
background-color: #FF399A;
}
</style>
border-color css
<style>
span { border-color: #FF399A; }
span { border-color: rgb(255,57,154); }
td.TdClassName
{
border-color: #FF399A;
}
.TagClassName
{
border-color: #FF399A;
}
</style>