Shades of Wild Strawberry #FF3893
Tints of Wild Strawberry #FF3893
RGB
CMYK
RGB Variations
Color information
#FF3893 (or 0xFF3893) is known color: Wild Strawberry. HEX triplet: FF, 38 and 93. RGB value is (255,56,147). Sum of RGB (Red+Green+Blue) = 255+56+147=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3893 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3893 is #00C76C. Grayscale: #7D7D7D. Windows color (decimal): -51053 or 9648383. OLE color: 9648383.
HSL color Cylindrical-coordinate representation of color #FF3893: hue angle of 332.56º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3893 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 147 | - |
| CMYK | 0 | 0.78 | 0.42 | 0 |
| HSL | 332.56º | 1% | 0.61% | - |
| HSV(B) | 332.56º | 0.78% | 1% | - |
| XYZ | 47.92 | 26.19 | 30.13 | - |
| YUV | 125.88 | 139.93 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 147 | 0 | 0.78 | 0.42 | 0 | 332.56 | 1 | 0.61 |
| Hex | FF | 38 | 93 | 0 | 4E | 2A | 0 | 14D | 64 | 3D |
| Octal | 377 | 70 | 223 | 0 | 116 | 52 | 0 | 515 | 144 | 75 |
| Binary | 11111111 | 111000 | 10010011 | 0 | 1001110 | 101010 | 0 | 101001101 | 1100100 | 111101 |
Color Harmonies of #FF3893
Complementary color
Monochromatic Colors of #FF3893
Black with #FF3893
Text Example
Text Example
White with #FF3893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3893; }
p { color: rgb(255,56,147); }
H1.HeaderClassName
{
color: #FF3893;
}
.AnyTagClassName
{
color: #FF3893;
}
</style>
background-color css
<style>
a { background-color: #FF3893; }
a { background-color: rgb(255,56,147); }
div.DivClassName
{
background-color: #FF3893;
}
.BgClassName
{
background-color: #FF3893;
}
</style>
border-color css
<style>
span { border-color: #FF3893; }
span { border-color: rgb(255,56,147); }
td.TdClassName
{
border-color: #FF3893;
}
.TagClassName
{
border-color: #FF3893;
}
</style>