Shades of Wild Strawberry #FF338C
Tints of Wild Strawberry #FF338C
RGB
CMYK
RGB Variations
Color information
#FF338C (or 0xFF338C) is known color: Wild Strawberry. HEX triplet: FF, 33 and 8C. RGB value is (255,51,140). Sum of RGB (Red+Green+Blue) = 255+51+140=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF338C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF338C is #00CC73. Grayscale: #797979. Windows color (decimal): -52340 or 9188351. OLE color: 9188351.
HSL color Cylindrical-coordinate representation of color #FF338C: hue angle of 333.82º 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 #FF338C is Cyan = 0, Magento = 0.8, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 140 | - |
| CMYK | 0 | 0.8 | 0.45 | 0 |
| HSL | 333.82º | 1% | 0.6% | - |
| HSV(B) | 333.82º | 0.8% | 1% | - |
| XYZ | 47.16 | 25.52 | 27.25 | - |
| YUV | 122.14 | 138.09 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 140 | 0 | 0.8 | 0.45 | 0 | 333.82 | 1 | 0.6 |
| Hex | FF | 33 | 8C | 0 | 50 | 2D | 0 | 14E | 64 | 3C |
| Octal | 377 | 63 | 214 | 0 | 120 | 55 | 0 | 516 | 144 | 74 |
| Binary | 11111111 | 110011 | 10001100 | 0 | 1010000 | 101101 | 0 | 101001110 | 1100100 | 111100 |
Color Harmonies of #FF338C
Complementary color
Monochromatic Colors of #FF338C
Black with #FF338C
Text Example
Text Example
White with #FF338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF338C; }
p { color: rgb(255,51,140); }
H1.HeaderClassName
{
color: #FF338C;
}
.AnyTagClassName
{
color: #FF338C;
}
</style>
background-color css
<style>
a { background-color: #FF338C; }
a { background-color: rgb(255,51,140); }
div.DivClassName
{
background-color: #FF338C;
}
.BgClassName
{
background-color: #FF338C;
}
</style>
border-color css
<style>
span { border-color: #FF338C; }
span { border-color: rgb(255,51,140); }
td.TdClassName
{
border-color: #FF338C;
}
.TagClassName
{
border-color: #FF338C;
}
</style>