Shades of Wild Strawberry #FF348B
Tints of Wild Strawberry #FF348B
RGB
CMYK
RGB Variations
Color information
#FF348B (or 0xFF348B) is known color: Wild Strawberry. HEX triplet: FF, 34 and 8B. RGB value is (255,52,139). Sum of RGB (Red+Green+Blue) = 255+52+139=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF348B is #00CB74. Grayscale: #7A7A7A. Windows color (decimal): -52085 or 9123071. OLE color: 9123071.
HSL color Cylindrical-coordinate representation of color #FF348B: hue angle of 334.29º 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 #FF348B is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 139 | - |
| CMYK | 0 | 0.80 | 0.45 | 0 |
| HSL | 334.29º | 1% | 0.6% | - |
| HSV(B) | 334.29º | 0.8% | 1% | - |
| XYZ | 47.13 | 25.58 | 26.88 | - |
| YUV | 122.62 | 137.25 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 139 | 0 | 0.80 | 0.45 | 0 | 334.29 | 1 | 0.6 |
| Hex | FF | 34 | 8B | 0 | 50 | 2D | 0 | 14E | 64 | 3C |
| Octal | 377 | 64 | 213 | 0 | 120 | 55 | 0 | 516 | 144 | 74 |
| Binary | 11111111 | 110100 | 10001011 | 0 | 1010000 | 101101 | 0 | 101001110 | 1100100 | 111100 |
Color Harmonies of #FF348B
Complementary color
Monochromatic Colors of #FF348B
Black with #FF348B
Text Example
Text Example
White with #FF348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF348B; }
p { color: rgb(255,52,139); }
H1.HeaderClassName
{
color: #FF348B;
}
.AnyTagClassName
{
color: #FF348B;
}
</style>
background-color css
<style>
a { background-color: #FF348B; }
a { background-color: rgb(255,52,139); }
div.DivClassName
{
background-color: #FF348B;
}
.BgClassName
{
background-color: #FF348B;
}
</style>
border-color css
<style>
span { border-color: #FF348B; }
span { border-color: rgb(255,52,139); }
td.TdClassName
{
border-color: #FF348B;
}
.TagClassName
{
border-color: #FF348B;
}
</style>