Shades of Wild Strawberry #FF3799
Tints of Wild Strawberry #FF3799
RGB
CMYK
RGB Variations
Color information
#FF3799 (or 0xFF3799) is known color: Wild Strawberry. HEX triplet: FF, 37 and 99. RGB value is (255,55,153). Sum of RGB (Red+Green+Blue) = 255+55+153=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3799 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3799 is #00C866. Grayscale: #7D7D7D. Windows color (decimal): -51303 or 10041343. OLE color: 10041343.
HSL color Cylindrical-coordinate representation of color #FF3799: hue angle of 330.6º 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 #FF3799 is Cyan = 0, Magento = 0.78, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 153 | - |
| CMYK | 0 | 0.78 | 0.4 | 0 |
| HSL | 330.6º | 1% | 0.61% | - |
| HSV(B) | 330.6º | 0.78% | 1% | - |
| XYZ | 48.36 | 26.29 | 32.66 | - |
| YUV | 125.97 | 143.26 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 153 | 0 | 0.78 | 0.4 | 0 | 330.6 | 1 | 0.61 |
| Hex | FF | 37 | 99 | 0 | 4E | 28 | 0 | 14B | 64 | 3D |
| Octal | 377 | 67 | 231 | 0 | 116 | 50 | 0 | 513 | 144 | 75 |
| Binary | 11111111 | 110111 | 10011001 | 0 | 1001110 | 101000 | 0 | 101001011 | 1100100 | 111101 |
Color Harmonies of #FF3799
Complementary color
Monochromatic Colors of #FF3799
Black with #FF3799
Text Example
Text Example
White with #FF3799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3799; }
p { color: rgb(255,55,153); }
H1.HeaderClassName
{
color: #FF3799;
}
.AnyTagClassName
{
color: #FF3799;
}
</style>
background-color css
<style>
a { background-color: #FF3799; }
a { background-color: rgb(255,55,153); }
div.DivClassName
{
background-color: #FF3799;
}
.BgClassName
{
background-color: #FF3799;
}
</style>
border-color css
<style>
span { border-color: #FF3799; }
span { border-color: rgb(255,55,153); }
td.TdClassName
{
border-color: #FF3799;
}
.TagClassName
{
border-color: #FF3799;
}
</style>