Shades of Wild Strawberry #FF3E93
Tints of Wild Strawberry #FF3E93
RGB
CMYK
RGB Variations
Color information
#FF3E93 (or 0xFF3E93) is known color: Wild Strawberry. HEX triplet: FF, 3E and 93. RGB value is (255,62,147). Sum of RGB (Red+Green+Blue) = 255+62+147=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3E93 is #00C16C. Grayscale: #818181. Windows color (decimal): -49517 or 9649919. OLE color: 9649919.
HSL color Cylindrical-coordinate representation of color #FF3E93: hue angle of 333.58º 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 #FF3E93 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 147 | - |
| CMYK | 0 | 0.76 | 0.42 | 0 |
| HSL | 333.58º | 1% | 0.62% | - |
| HSV(B) | 333.58º | 0.76% | 1% | - |
| XYZ | 48.23 | 26.81 | 30.24 | - |
| YUV | 129.4 | 137.94 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 147 | 0 | 0.76 | 0.42 | 0 | 333.58 | 1 | 0.62 |
| Hex | FF | 3E | 93 | 0 | 4C | 2A | 0 | 14E | 64 | 3E |
| Octal | 377 | 76 | 223 | 0 | 114 | 52 | 0 | 516 | 144 | 76 |
| Binary | 11111111 | 111110 | 10010011 | 0 | 1001100 | 101010 | 0 | 101001110 | 1100100 | 111110 |
Color Harmonies of #FF3E93
Complementary color
Monochromatic Colors of #FF3E93
Black with #FF3E93
Text Example
Text Example
White with #FF3E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E93; }
p { color: rgb(255,62,147); }
H1.HeaderClassName
{
color: #FF3E93;
}
.AnyTagClassName
{
color: #FF3E93;
}
</style>
background-color css
<style>
a { background-color: #FF3E93; }
a { background-color: rgb(255,62,147); }
div.DivClassName
{
background-color: #FF3E93;
}
.BgClassName
{
background-color: #FF3E93;
}
</style>
border-color css
<style>
span { border-color: #FF3E93; }
span { border-color: rgb(255,62,147); }
td.TdClassName
{
border-color: #FF3E93;
}
.TagClassName
{
border-color: #FF3E93;
}
</style>