Shades of Wild Strawberry #FF379B
Tints of Wild Strawberry #FF379B
RGB
CMYK
RGB Variations
Color information
#FF379B (or 0xFF379B) is known color: Wild Strawberry. HEX triplet: FF, 37 and 9B. RGB value is (255,55,155). Sum of RGB (Red+Green+Blue) = 255+55+155=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF379B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF379B is #00C864. Grayscale: #7D7D7D. Windows color (decimal): -51301 or 10172415. OLE color: 10172415.
HSL color Cylindrical-coordinate representation of color #FF379B: hue angle of 330º 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 #FF379B is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 155 | - |
| CMYK | 0 | 0.78 | 0.39 | 0 |
| HSL | 330º | 1% | 0.61% | - |
| HSV(B) | 330º | 0.78% | 1% | - |
| XYZ | 48.52 | 26.36 | 33.54 | - |
| YUV | 126.2 | 144.26 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 155 | 0 | 0.78 | 0.39 | 0 | 330 | 1 | 0.61 |
| Hex | FF | 37 | 9B | 0 | 4E | 27 | 0 | 14A | 64 | 3D |
| Octal | 377 | 67 | 233 | 0 | 116 | 47 | 0 | 512 | 144 | 75 |
| Binary | 11111111 | 110111 | 10011011 | 0 | 1001110 | 100111 | 0 | 101001010 | 1100100 | 111101 |
Color Harmonies of #FF379B
Complementary color
Monochromatic Colors of #FF379B
Black with #FF379B
Text Example
Text Example
White with #FF379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF379B; }
p { color: rgb(255,55,155); }
H1.HeaderClassName
{
color: #FF379B;
}
.AnyTagClassName
{
color: #FF379B;
}
</style>
background-color css
<style>
a { background-color: #FF379B; }
a { background-color: rgb(255,55,155); }
div.DivClassName
{
background-color: #FF379B;
}
.BgClassName
{
background-color: #FF379B;
}
</style>
border-color css
<style>
span { border-color: #FF379B; }
span { border-color: rgb(255,55,155); }
td.TdClassName
{
border-color: #FF379B;
}
.TagClassName
{
border-color: #FF379B;
}
</style>