Shades of Wild Strawberry #FF3295
Tints of Wild Strawberry #FF3295
RGB
CMYK
RGB Variations
Color information
#FF3295 (or 0xFF3295) is known color: Wild Strawberry. HEX triplet: FF, 32 and 95. RGB value is (255,50,149). Sum of RGB (Red+Green+Blue) = 255+50+149=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3295 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3295 is #00CD6A. Grayscale: #7A7A7A. Windows color (decimal): -52587 or 9777919. OLE color: 9777919.
HSL color Cylindrical-coordinate representation of color #FF3295: hue angle of 331.02º 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 #FF3295 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 149 | - |
| CMYK | 0 | 0.80 | 0.42 | 0 |
| HSL | 331.02º | 1% | 0.6% | - |
| HSV(B) | 331.02º | 0.8% | 1% | - |
| XYZ | 47.81 | 25.71 | 30.88 | - |
| YUV | 122.58 | 142.92 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 149 | 0 | 0.80 | 0.42 | 0 | 331.02 | 1 | 0.6 |
| Hex | FF | 32 | 95 | 0 | 50 | 2A | 0 | 14B | 64 | 3C |
| Octal | 377 | 62 | 225 | 0 | 120 | 52 | 0 | 513 | 144 | 74 |
| Binary | 11111111 | 110010 | 10010101 | 0 | 1010000 | 101010 | 0 | 101001011 | 1100100 | 111100 |
Color Harmonies of #FF3295
Complementary color
Monochromatic Colors of #FF3295
Black with #FF3295
Text Example
Text Example
White with #FF3295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3295; }
p { color: rgb(255,50,149); }
H1.HeaderClassName
{
color: #FF3295;
}
.AnyTagClassName
{
color: #FF3295;
}
</style>
background-color css
<style>
a { background-color: #FF3295; }
a { background-color: rgb(255,50,149); }
div.DivClassName
{
background-color: #FF3295;
}
.BgClassName
{
background-color: #FF3295;
}
</style>
border-color css
<style>
span { border-color: #FF3295; }
span { border-color: rgb(255,50,149); }
td.TdClassName
{
border-color: #FF3295;
}
.TagClassName
{
border-color: #FF3295;
}
</style>