Shades of Wild Strawberry #FF3794
Tints of Wild Strawberry #FF3794
RGB
CMYK
RGB Variations
Color information
#FF3794 (or 0xFF3794) is known color: Wild Strawberry. HEX triplet: FF, 37 and 94. RGB value is (255,55,148). Sum of RGB (Red+Green+Blue) = 255+55+148=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 55 (21.88% from 255 or 12.01% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3794 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3794 is #00C86B. Grayscale: #7D7D7D. Windows color (decimal): -51308 or 9713663. OLE color: 9713663.
HSL color Cylindrical-coordinate representation of color #FF3794: hue angle of 332.1º 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 #FF3794 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 148 | - |
| CMYK | 0 | 0.78 | 0.42 | 0 |
| HSL | 332.1º | 1% | 0.61% | - |
| HSV(B) | 332.1º | 0.78% | 1% | - |
| XYZ | 47.95 | 26.13 | 30.53 | - |
| YUV | 125.4 | 140.76 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 148 | 0 | 0.78 | 0.42 | 0 | 332.1 | 1 | 0.61 |
| Hex | FF | 37 | 94 | 0 | 4E | 2A | 0 | 14C | 64 | 3D |
| Octal | 377 | 67 | 224 | 0 | 116 | 52 | 0 | 514 | 144 | 75 |
| Binary | 11111111 | 110111 | 10010100 | 0 | 1001110 | 101010 | 0 | 101001100 | 1100100 | 111101 |
Color Harmonies of #FF3794
Complementary color
Monochromatic Colors of #FF3794
Black with #FF3794
Text Example
Text Example
White with #FF3794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3794; }
p { color: rgb(255,55,148); }
H1.HeaderClassName
{
color: #FF3794;
}
.AnyTagClassName
{
color: #FF3794;
}
</style>
background-color css
<style>
a { background-color: #FF3794; }
a { background-color: rgb(255,55,148); }
div.DivClassName
{
background-color: #FF3794;
}
.BgClassName
{
background-color: #FF3794;
}
</style>
border-color css
<style>
span { border-color: #FF3794; }
span { border-color: rgb(255,55,148); }
td.TdClassName
{
border-color: #FF3794;
}
.TagClassName
{
border-color: #FF3794;
}
</style>