Shades of Wild Strawberry #FF3E96
Tints of Wild Strawberry #FF3E96
RGB
CMYK
RGB Variations
Color information
#FF3E96 (or 0xFF3E96) is known color: Wild Strawberry. HEX triplet: FF, 3E and 96. RGB value is (255,62,150). Sum of RGB (Red+Green+Blue) = 255+62+150=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3E96 is #00C169. Grayscale: #818181. Windows color (decimal): -49514 or 9846527. OLE color: 9846527.
HSL color Cylindrical-coordinate representation of color #FF3E96: hue angle of 332.64º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3E96 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 150 | - |
| CMYK | 0 | 0.76 | 0.41 | 0 |
| HSL | 332.64º | 1% | 0.62% | - |
| HSV(B) | 332.64º | 0.76% | 1% | - |
| XYZ | 48.47 | 26.91 | 31.49 | - |
| YUV | 129.74 | 139.44 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 150 | 0 | 0.76 | 0.41 | 0 | 332.64 | 1 | 0.62 |
| Hex | FF | 3E | 96 | 0 | 4C | 29 | 0 | 14D | 64 | 3E |
| Octal | 377 | 76 | 226 | 0 | 114 | 51 | 0 | 515 | 144 | 76 |
| Binary | 11111111 | 111110 | 10010110 | 0 | 1001100 | 101001 | 0 | 101001101 | 1100100 | 111110 |
Color Harmonies of #FF3E96
Complementary color
Monochromatic Colors of #FF3E96
Black with #FF3E96
Text Example
Text Example
White with #FF3E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E96; }
p { color: rgb(255,62,150); }
H1.HeaderClassName
{
color: #FF3E96;
}
.AnyTagClassName
{
color: #FF3E96;
}
</style>
background-color css
<style>
a { background-color: #FF3E96; }
a { background-color: rgb(255,62,150); }
div.DivClassName
{
background-color: #FF3E96;
}
.BgClassName
{
background-color: #FF3E96;
}
</style>
border-color css
<style>
span { border-color: #FF3E96; }
span { border-color: rgb(255,62,150); }
td.TdClassName
{
border-color: #FF3E96;
}
.TagClassName
{
border-color: #FF3E96;
}
</style>