Shades of Wild Strawberry #FF3A8E
Tints of Wild Strawberry #FF3A8E
RGB
CMYK
RGB Variations
Color information
#FF3A8E (or 0xFF3A8E) is known color: Wild Strawberry. HEX triplet: FF, 3A and 8E. RGB value is (255,58,142). Sum of RGB (Red+Green+Blue) = 255+58+142=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3A8E is #00C571. Grayscale: #7E7E7E. Windows color (decimal): -50546 or 9321215. OLE color: 9321215.
HSL color Cylindrical-coordinate representation of color #FF3A8E: hue angle of 334.42º 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 #FF3A8E is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 142 | - |
| CMYK | 0 | 0.77 | 0.44 | 0 |
| HSL | 334.42º | 1% | 0.61% | - |
| HSV(B) | 334.42º | 0.77% | 1% | - |
| XYZ | 47.64 | 26.24 | 28.15 | - |
| YUV | 126.48 | 136.77 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 142 | 0 | 0.77 | 0.44 | 0 | 334.42 | 1 | 0.61 |
| Hex | FF | 3A | 8E | 0 | 4D | 2C | 0 | 14E | 64 | 3D |
| Octal | 377 | 72 | 216 | 0 | 115 | 54 | 0 | 516 | 144 | 75 |
| Binary | 11111111 | 111010 | 10001110 | 0 | 1001101 | 101100 | 0 | 101001110 | 1100100 | 111101 |
Color Harmonies of #FF3A8E
Complementary color
Monochromatic Colors of #FF3A8E
Black with #FF3A8E
Text Example
Text Example
White with #FF3A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A8E; }
p { color: rgb(255,58,142); }
H1.HeaderClassName
{
color: #FF3A8E;
}
.AnyTagClassName
{
color: #FF3A8E;
}
</style>
background-color css
<style>
a { background-color: #FF3A8E; }
a { background-color: rgb(255,58,142); }
div.DivClassName
{
background-color: #FF3A8E;
}
.BgClassName
{
background-color: #FF3A8E;
}
</style>
border-color css
<style>
span { border-color: #FF3A8E; }
span { border-color: rgb(255,58,142); }
td.TdClassName
{
border-color: #FF3A8E;
}
.TagClassName
{
border-color: #FF3A8E;
}
</style>