Shades of Wild Strawberry #FF349D
Tints of Wild Strawberry #FF349D
RGB
CMYK
RGB Variations
Color information
#FF349D (or 0xFF349D) is known color: Wild Strawberry. HEX triplet: FF, 34 and 9D. RGB value is (255,52,157). Sum of RGB (Red+Green+Blue) = 255+52+157=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF349D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF349D is #00CB62. Grayscale: #7C7C7C. Windows color (decimal): -52067 or 10302719. OLE color: 10302719.
HSL color Cylindrical-coordinate representation of color #FF349D: hue angle of 328.97º 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 #FF349D is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 157 | - |
| CMYK | 0 | 0.80 | 0.38 | 0 |
| HSL | 328.97º | 1% | 0.6% | - |
| HSV(B) | 328.97º | 0.8% | 1% | - |
| XYZ | 48.55 | 26.15 | 34.39 | - |
| YUV | 124.67 | 146.25 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 157 | 0 | 0.80 | 0.38 | 0 | 328.97 | 1 | 0.6 |
| Hex | FF | 34 | 9D | 0 | 50 | 26 | 0 | 149 | 64 | 3C |
| Octal | 377 | 64 | 235 | 0 | 120 | 46 | 0 | 511 | 144 | 74 |
| Binary | 11111111 | 110100 | 10011101 | 0 | 1010000 | 100110 | 0 | 101001001 | 1100100 | 111100 |
Color Harmonies of #FF349D
Complementary color
Monochromatic Colors of #FF349D
Black with #FF349D
Text Example
Text Example
White with #FF349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF349D; }
p { color: rgb(255,52,157); }
H1.HeaderClassName
{
color: #FF349D;
}
.AnyTagClassName
{
color: #FF349D;
}
</style>
background-color css
<style>
a { background-color: #FF349D; }
a { background-color: rgb(255,52,157); }
div.DivClassName
{
background-color: #FF349D;
}
.BgClassName
{
background-color: #FF349D;
}
</style>
border-color css
<style>
span { border-color: #FF349D; }
span { border-color: rgb(255,52,157); }
td.TdClassName
{
border-color: #FF349D;
}
.TagClassName
{
border-color: #FF349D;
}
</style>