Shades of Wild Strawberry #FF3394
Tints of Wild Strawberry #FF3394
RGB
CMYK
RGB Variations
Color information
#FF3394 (or 0xFF3394) is known color: Wild Strawberry. HEX triplet: FF, 33 and 94. RGB value is (255,51,148). Sum of RGB (Red+Green+Blue) = 255+51+148=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3394 is #00CC6B. Grayscale: #7A7A7A. Windows color (decimal): -52332 or 9712639. OLE color: 9712639.
HSL color Cylindrical-coordinate representation of color #FF3394: hue angle of 331.47º 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 #FF3394 is Cyan = 0, Magento = 0.8, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 148 | - |
| CMYK | 0 | 0.8 | 0.42 | 0 |
| HSL | 331.47º | 1% | 0.6% | - |
| HSV(B) | 331.47º | 0.8% | 1% | - |
| XYZ | 47.77 | 25.77 | 30.47 | - |
| YUV | 123.05 | 142.09 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 148 | 0 | 0.8 | 0.42 | 0 | 331.47 | 1 | 0.6 |
| Hex | FF | 33 | 94 | 0 | 50 | 2A | 0 | 14B | 64 | 3C |
| Octal | 377 | 63 | 224 | 0 | 120 | 52 | 0 | 513 | 144 | 74 |
| Binary | 11111111 | 110011 | 10010100 | 0 | 1010000 | 101010 | 0 | 101001011 | 1100100 | 111100 |
Color Harmonies of #FF3394
Complementary color
Monochromatic Colors of #FF3394
Black with #FF3394
Text Example
Text Example
White with #FF3394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3394; }
p { color: rgb(255,51,148); }
H1.HeaderClassName
{
color: #FF3394;
}
.AnyTagClassName
{
color: #FF3394;
}
</style>
background-color css
<style>
a { background-color: #FF3394; }
a { background-color: rgb(255,51,148); }
div.DivClassName
{
background-color: #FF3394;
}
.BgClassName
{
background-color: #FF3394;
}
</style>
border-color css
<style>
span { border-color: #FF3394; }
span { border-color: rgb(255,51,148); }
td.TdClassName
{
border-color: #FF3394;
}
.TagClassName
{
border-color: #FF3394;
}
</style>