Shades of Wild Strawberry #FF3A94
Tints of Wild Strawberry #FF3A94
RGB
CMYK
RGB Variations
Color information
#FF3A94 (or 0xFF3A94) is known color: Wild Strawberry. HEX triplet: FF, 3A and 94. RGB value is (255,58,148). Sum of RGB (Red+Green+Blue) = 255+58+148=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3A94 is #00C56B. Grayscale: #7F7F7F. Windows color (decimal): -50540 or 9714431. OLE color: 9714431.
HSL color Cylindrical-coordinate representation of color #FF3A94: hue angle of 332.59º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3A94 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 148 | - |
| CMYK | 0 | 0.77 | 0.42 | 0 |
| HSL | 332.59º | 1% | 0.61% | - |
| HSV(B) | 332.59º | 0.77% | 1% | - |
| XYZ | 48.1 | 26.42 | 30.58 | - |
| YUV | 127.16 | 139.77 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 148 | 0 | 0.77 | 0.42 | 0 | 332.59 | 1 | 0.61 |
| Hex | FF | 3A | 94 | 0 | 4D | 2A | 0 | 14D | 64 | 3D |
| Octal | 377 | 72 | 224 | 0 | 115 | 52 | 0 | 515 | 144 | 75 |
| Binary | 11111111 | 111010 | 10010100 | 0 | 1001101 | 101010 | 0 | 101001101 | 1100100 | 111101 |
Color Harmonies of #FF3A94
Complementary color
Monochromatic Colors of #FF3A94
Black with #FF3A94
Text Example
Text Example
White with #FF3A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A94; }
p { color: rgb(255,58,148); }
H1.HeaderClassName
{
color: #FF3A94;
}
.AnyTagClassName
{
color: #FF3A94;
}
</style>
background-color css
<style>
a { background-color: #FF3A94; }
a { background-color: rgb(255,58,148); }
div.DivClassName
{
background-color: #FF3A94;
}
.BgClassName
{
background-color: #FF3A94;
}
</style>
border-color css
<style>
span { border-color: #FF3A94; }
span { border-color: rgb(255,58,148); }
td.TdClassName
{
border-color: #FF3A94;
}
.TagClassName
{
border-color: #FF3A94;
}
</style>