Shades of Wild Strawberry #FF379F
Tints of Wild Strawberry #FF379F
RGB
CMYK
RGB Variations
Color information
#FF379F (or 0xFF379F) is known color: Wild Strawberry. HEX triplet: FF, 37 and 9F. RGB value is (255,55,159). Sum of RGB (Red+Green+Blue) = 255+55+159=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF379F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF379F is #00C860. Grayscale: #7E7E7E. Windows color (decimal): -51297 or 10434559. OLE color: 10434559.
HSL color Cylindrical-coordinate representation of color #FF379F: hue angle of 328.8º 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 #FF379F is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 159 | - |
| CMYK | 0 | 0.78 | 0.38 | 0 |
| HSL | 328.8º | 1% | 0.61% | - |
| HSV(B) | 328.8º | 0.78% | 1% | - |
| XYZ | 48.86 | 26.5 | 35.34 | - |
| YUV | 126.66 | 146.26 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 159 | 0 | 0.78 | 0.38 | 0 | 328.8 | 1 | 0.61 |
| Hex | FF | 37 | 9F | 0 | 4E | 26 | 0 | 149 | 64 | 3D |
| Octal | 377 | 67 | 237 | 0 | 116 | 46 | 0 | 511 | 144 | 75 |
| Binary | 11111111 | 110111 | 10011111 | 0 | 1001110 | 100110 | 0 | 101001001 | 1100100 | 111101 |
Color Harmonies of #FF379F
Complementary color
Monochromatic Colors of #FF379F
Black with #FF379F
Text Example
Text Example
White with #FF379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF379F; }
p { color: rgb(255,55,159); }
H1.HeaderClassName
{
color: #FF379F;
}
.AnyTagClassName
{
color: #FF379F;
}
</style>
background-color css
<style>
a { background-color: #FF379F; }
a { background-color: rgb(255,55,159); }
div.DivClassName
{
background-color: #FF379F;
}
.BgClassName
{
background-color: #FF379F;
}
</style>
border-color css
<style>
span { border-color: #FF379F; }
span { border-color: rgb(255,55,159); }
td.TdClassName
{
border-color: #FF379F;
}
.TagClassName
{
border-color: #FF379F;
}
</style>