Shades of Wild Strawberry #FF3EAE
Tints of Wild Strawberry #FF3EAE
RGB
CMYK
RGB Variations
Color information
#FF3EAE (or 0xFF3EAE) is known color: Wild Strawberry. HEX triplet: FF, 3E and AE. RGB value is (255,62,174). Sum of RGB (Red+Green+Blue) = 255+62+174=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 62 (24.61% from 255 or 12.63% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3EAE is #00C151. Grayscale: #848484. Windows color (decimal): -49490 or 11419391. OLE color: 11419391.
HSL color Cylindrical-coordinate representation of color #FF3EAE: hue angle of 325.18º 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 #FF3EAE is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 174 | - |
| CMYK | 0 | 0.76 | 0.32 | 0 |
| HSL | 325.18º | 1% | 0.62% | - |
| HSV(B) | 325.18º | 0.76% | 1% | - |
| XYZ | 50.6 | 27.76 | 42.74 | - |
| YUV | 132.48 | 151.44 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 174 | 0 | 0.76 | 0.32 | 0 | 325.18 | 1 | 0.62 |
| Hex | FF | 3E | AE | 0 | 4C | 20 | 0 | 145 | 64 | 3E |
| Octal | 377 | 76 | 256 | 0 | 114 | 40 | 0 | 505 | 144 | 76 |
| Binary | 11111111 | 111110 | 10101110 | 0 | 1001100 | 100000 | 0 | 101000101 | 1100100 | 111110 |
Color Harmonies of #FF3EAE
Complementary color
Monochromatic Colors of #FF3EAE
Black with #FF3EAE
Text Example
Text Example
White with #FF3EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EAE; }
p { color: rgb(255,62,174); }
H1.HeaderClassName
{
color: #FF3EAE;
}
.AnyTagClassName
{
color: #FF3EAE;
}
</style>
background-color css
<style>
a { background-color: #FF3EAE; }
a { background-color: rgb(255,62,174); }
div.DivClassName
{
background-color: #FF3EAE;
}
.BgClassName
{
background-color: #FF3EAE;
}
</style>
border-color css
<style>
span { border-color: #FF3EAE; }
span { border-color: rgb(255,62,174); }
td.TdClassName
{
border-color: #FF3EAE;
}
.TagClassName
{
border-color: #FF3EAE;
}
</style>