Shades of Wild Strawberry #FF379D
Tints of Wild Strawberry #FF379D
RGB
CMYK
RGB Variations
Color information
#FF379D (or 0xFF379D) is known color: Wild Strawberry. HEX triplet: FF, 37 and 9D. RGB value is (255,55,157). Sum of RGB (Red+Green+Blue) = 255+55+157=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF379D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF379D is #00C862. Grayscale: #7E7E7E. Windows color (decimal): -51299 or 10303487. OLE color: 10303487.
HSL color Cylindrical-coordinate representation of color #FF379D: hue angle of 329.4º 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 #FF379D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 157 | - |
| CMYK | 0 | 0.78 | 0.38 | 0 |
| HSL | 329.4º | 1% | 0.61% | - |
| HSV(B) | 329.4º | 0.78% | 1% | - |
| XYZ | 48.69 | 26.43 | 34.43 | - |
| YUV | 126.43 | 145.26 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 157 | 0 | 0.78 | 0.38 | 0 | 329.4 | 1 | 0.61 |
| Hex | FF | 37 | 9D | 0 | 4E | 26 | 0 | 149 | 64 | 3D |
| Octal | 377 | 67 | 235 | 0 | 116 | 46 | 0 | 511 | 144 | 75 |
| Binary | 11111111 | 110111 | 10011101 | 0 | 1001110 | 100110 | 0 | 101001001 | 1100100 | 111101 |
Color Harmonies of #FF379D
Complementary color
Monochromatic Colors of #FF379D
Black with #FF379D
Text Example
Text Example
White with #FF379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF379D; }
p { color: rgb(255,55,157); }
H1.HeaderClassName
{
color: #FF379D;
}
.AnyTagClassName
{
color: #FF379D;
}
</style>
background-color css
<style>
a { background-color: #FF379D; }
a { background-color: rgb(255,55,157); }
div.DivClassName
{
background-color: #FF379D;
}
.BgClassName
{
background-color: #FF379D;
}
</style>
border-color css
<style>
span { border-color: #FF379D; }
span { border-color: rgb(255,55,157); }
td.TdClassName
{
border-color: #FF379D;
}
.TagClassName
{
border-color: #FF379D;
}
</style>