Shades of Wild Strawberry #FF3A97
Tints of Wild Strawberry #FF3A97
RGB
CMYK
RGB Variations
Color information
#FF3A97 (or 0xFF3A97) is known color: Wild Strawberry. HEX triplet: FF, 3A and 97. RGB value is (255,58,151). Sum of RGB (Red+Green+Blue) = 255+58+151=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3A97 is #00C568. Grayscale: #7F7F7F. Windows color (decimal): -50537 or 9911039. OLE color: 9911039.
HSL color Cylindrical-coordinate representation of color #FF3A97: hue angle of 331.68º 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 #FF3A97 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 151 | - |
| CMYK | 0 | 0.77 | 0.41 | 0 |
| HSL | 331.68º | 1% | 0.61% | - |
| HSV(B) | 331.68º | 0.77% | 1% | - |
| XYZ | 48.34 | 26.52 | 31.85 | - |
| YUV | 127.51 | 141.27 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 151 | 0 | 0.77 | 0.41 | 0 | 331.68 | 1 | 0.61 |
| Hex | FF | 3A | 97 | 0 | 4D | 29 | 0 | 14C | 64 | 3D |
| Octal | 377 | 72 | 227 | 0 | 115 | 51 | 0 | 514 | 144 | 75 |
| Binary | 11111111 | 111010 | 10010111 | 0 | 1001101 | 101001 | 0 | 101001100 | 1100100 | 111101 |
Color Harmonies of #FF3A97
Complementary color
Monochromatic Colors of #FF3A97
Black with #FF3A97
Text Example
Text Example
White with #FF3A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A97; }
p { color: rgb(255,58,151); }
H1.HeaderClassName
{
color: #FF3A97;
}
.AnyTagClassName
{
color: #FF3A97;
}
</style>
background-color css
<style>
a { background-color: #FF3A97; }
a { background-color: rgb(255,58,151); }
div.DivClassName
{
background-color: #FF3A97;
}
.BgClassName
{
background-color: #FF3A97;
}
</style>
border-color css
<style>
span { border-color: #FF3A97; }
span { border-color: rgb(255,58,151); }
td.TdClassName
{
border-color: #FF3A97;
}
.TagClassName
{
border-color: #FF3A97;
}
</style>