Shades of Wild Strawberry #FF3294
Tints of Wild Strawberry #FF3294
RGB
CMYK
RGB Variations
Color information
#FF3294 (or 0xFF3294) is known color: Wild Strawberry. HEX triplet: FF, 32 and 94. RGB value is (255,50,148). Sum of RGB (Red+Green+Blue) = 255+50+148=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3294 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3294 is #00CD6B. Grayscale: #7A7A7A. Windows color (decimal): -52588 or 9712383. OLE color: 9712383.
HSL color Cylindrical-coordinate representation of color #FF3294: hue angle of 331.32º 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 #FF3294 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 148 | - |
| CMYK | 0 | 0.80 | 0.42 | 0 |
| HSL | 331.32º | 1% | 0.6% | - |
| HSV(B) | 331.32º | 0.8% | 1% | - |
| XYZ | 47.73 | 25.68 | 30.46 | - |
| YUV | 122.47 | 142.42 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 148 | 0 | 0.80 | 0.42 | 0 | 331.32 | 1 | 0.6 |
| Hex | FF | 32 | 94 | 0 | 50 | 2A | 0 | 14B | 64 | 3C |
| Octal | 377 | 62 | 224 | 0 | 120 | 52 | 0 | 513 | 144 | 74 |
| Binary | 11111111 | 110010 | 10010100 | 0 | 1010000 | 101010 | 0 | 101001011 | 1100100 | 111100 |
Color Harmonies of #FF3294
Complementary color
Monochromatic Colors of #FF3294
Black with #FF3294
Text Example
Text Example
White with #FF3294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3294; }
p { color: rgb(255,50,148); }
H1.HeaderClassName
{
color: #FF3294;
}
.AnyTagClassName
{
color: #FF3294;
}
</style>
background-color css
<style>
a { background-color: #FF3294; }
a { background-color: rgb(255,50,148); }
div.DivClassName
{
background-color: #FF3294;
}
.BgClassName
{
background-color: #FF3294;
}
</style>
border-color css
<style>
span { border-color: #FF3294; }
span { border-color: rgb(255,50,148); }
td.TdClassName
{
border-color: #FF3294;
}
.TagClassName
{
border-color: #FF3294;
}
</style>