Shades of Wild Strawberry #FF338E
Tints of Wild Strawberry #FF338E
RGB
CMYK
RGB Variations
Color information
#FF338E (or 0xFF338E) is known color: Wild Strawberry. HEX triplet: FF, 33 and 8E. RGB value is (255,51,142). Sum of RGB (Red+Green+Blue) = 255+51+142=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF338E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF338E is #00CC71. Grayscale: #7A7A7A. Windows color (decimal): -52338 or 9319423. OLE color: 9319423.
HSL color Cylindrical-coordinate representation of color #FF338E: hue angle of 333.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF338E is Cyan = 0, Magento = 0.8, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 142 | - |
| CMYK | 0 | 0.8 | 0.44 | 0 |
| HSL | 333.24º | 1% | 0.6% | - |
| HSV(B) | 333.24º | 0.8% | 1% | - |
| XYZ | 47.31 | 25.58 | 28.04 | - |
| YUV | 122.37 | 139.09 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 142 | 0 | 0.8 | 0.44 | 0 | 333.24 | 1 | 0.6 |
| Hex | FF | 33 | 8E | 0 | 50 | 2C | 0 | 14D | 64 | 3C |
| Octal | 377 | 63 | 216 | 0 | 120 | 54 | 0 | 515 | 144 | 74 |
| Binary | 11111111 | 110011 | 10001110 | 0 | 1010000 | 101100 | 0 | 101001101 | 1100100 | 111100 |
Color Harmonies of #FF338E
Complementary color
Monochromatic Colors of #FF338E
Black with #FF338E
Text Example
Text Example
White with #FF338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF338E; }
p { color: rgb(255,51,142); }
H1.HeaderClassName
{
color: #FF338E;
}
.AnyTagClassName
{
color: #FF338E;
}
</style>
background-color css
<style>
a { background-color: #FF338E; }
a { background-color: rgb(255,51,142); }
div.DivClassName
{
background-color: #FF338E;
}
.BgClassName
{
background-color: #FF338E;
}
</style>
border-color css
<style>
span { border-color: #FF338E; }
span { border-color: rgb(255,51,142); }
td.TdClassName
{
border-color: #FF338E;
}
.TagClassName
{
border-color: #FF338E;
}
</style>