Shades of Wild Strawberry #FF348A
Tints of Wild Strawberry #FF348A
RGB
CMYK
RGB Variations
Color information
#FF348A (or 0xFF348A) is known color: Wild Strawberry. HEX triplet: FF, 34 and 8A. RGB value is (255,52,138). Sum of RGB (Red+Green+Blue) = 255+52+138=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF348A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF348A is #00CB75. Grayscale: #7A7A7A. Windows color (decimal): -52086 or 9057535. OLE color: 9057535.
HSL color Cylindrical-coordinate representation of color #FF348A: hue angle of 334.58º 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 #FF348A is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 138 | - |
| CMYK | 0 | 0.80 | 0.46 | 0 |
| HSL | 334.58º | 1% | 0.6% | - |
| HSV(B) | 334.58º | 0.8% | 1% | - |
| XYZ | 47.06 | 25.55 | 26.5 | - |
| YUV | 122.5 | 136.75 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 138 | 0 | 0.80 | 0.46 | 0 | 334.58 | 1 | 0.6 |
| Hex | FF | 34 | 8A | 0 | 50 | 2E | 0 | 14F | 64 | 3C |
| Octal | 377 | 64 | 212 | 0 | 120 | 56 | 0 | 517 | 144 | 74 |
| Binary | 11111111 | 110100 | 10001010 | 0 | 1010000 | 101110 | 0 | 101001111 | 1100100 | 111100 |
Color Harmonies of #FF348A
Complementary color
Monochromatic Colors of #FF348A
Black with #FF348A
Text Example
Text Example
White with #FF348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF348A; }
p { color: rgb(255,52,138); }
H1.HeaderClassName
{
color: #FF348A;
}
.AnyTagClassName
{
color: #FF348A;
}
</style>
background-color css
<style>
a { background-color: #FF348A; }
a { background-color: rgb(255,52,138); }
div.DivClassName
{
background-color: #FF348A;
}
.BgClassName
{
background-color: #FF348A;
}
</style>
border-color css
<style>
span { border-color: #FF348A; }
span { border-color: rgb(255,52,138); }
td.TdClassName
{
border-color: #FF348A;
}
.TagClassName
{
border-color: #FF348A;
}
</style>