Shades of Wild Strawberry #FF3A99
Tints of Wild Strawberry #FF3A99
RGB
CMYK
RGB Variations
Color information
#FF3A99 (or 0xFF3A99) is known color: Wild Strawberry. HEX triplet: FF, 3A and 99. RGB value is (255,58,153). Sum of RGB (Red+Green+Blue) = 255+58+153=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3A99 is #00C566. Grayscale: #7F7F7F. Windows color (decimal): -50535 or 10042111. OLE color: 10042111.
HSL color Cylindrical-coordinate representation of color #FF3A99: hue angle of 331.07º 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 #FF3A99 is Cyan = 0, Magento = 0.77, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 153 | - |
| CMYK | 0 | 0.77 | 0.4 | 0 |
| HSL | 331.07º | 1% | 0.61% | - |
| HSV(B) | 331.07º | 0.77% | 1% | - |
| XYZ | 48.5 | 26.59 | 32.71 | - |
| YUV | 127.73 | 142.27 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 153 | 0 | 0.77 | 0.4 | 0 | 331.07 | 1 | 0.61 |
| Hex | FF | 3A | 99 | 0 | 4D | 28 | 0 | 14B | 64 | 3D |
| Octal | 377 | 72 | 231 | 0 | 115 | 50 | 0 | 513 | 144 | 75 |
| Binary | 11111111 | 111010 | 10011001 | 0 | 1001101 | 101000 | 0 | 101001011 | 1100100 | 111101 |
Color Harmonies of #FF3A99
Complementary color
Monochromatic Colors of #FF3A99
Black with #FF3A99
Text Example
Text Example
White with #FF3A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A99; }
p { color: rgb(255,58,153); }
H1.HeaderClassName
{
color: #FF3A99;
}
.AnyTagClassName
{
color: #FF3A99;
}
</style>
background-color css
<style>
a { background-color: #FF3A99; }
a { background-color: rgb(255,58,153); }
div.DivClassName
{
background-color: #FF3A99;
}
.BgClassName
{
background-color: #FF3A99;
}
</style>
border-color css
<style>
span { border-color: #FF3A99; }
span { border-color: rgb(255,58,153); }
td.TdClassName
{
border-color: #FF3A99;
}
.TagClassName
{
border-color: #FF3A99;
}
</style>