Shades of Wild Strawberry #F5348B
Tints of Wild Strawberry #F5348B
RGB
CMYK
RGB Variations
Color information
#F5348B (or 0xF5348B) is known color: Wild Strawberry. HEX triplet: F5, 34 and 8B. RGB value is (245,52,139). Sum of RGB (Red+Green+Blue) = 245+52+139=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5348B is #0ACB74. Grayscale: #777777. Windows color (decimal): -707445 or 9123061. OLE color: 9123061.
HSL color Cylindrical-coordinate representation of color #F5348B: hue angle of 332.95º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5348B is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 139 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.04 |
| HSL | 332.95º | 0.91% | 0.58% | - |
| HSV(B) | 332.95º | 0.79% | 0.96% | - |
| XYZ | 43.54 | 23.73 | 26.71 | - |
| YUV | 119.63 | 138.94 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 139 | 0 | 0.79 | 0.43 | 0.04 | 332.95 | 0.91 | 0.58 |
| Hex | F5 | 34 | 8B | 0 | 4F | 2B | 4 | 14D | 5B | 3A |
| Octal | 365 | 64 | 213 | 0 | 117 | 53 | 4 | 515 | 133 | 72 |
| Binary | 11110101 | 110100 | 10001011 | 0 | 1001111 | 101011 | 100 | 101001101 | 1011011 | 111010 |
Color Harmonies of #F5348B
Complementary color
Monochromatic Colors of #F5348B
Black with #F5348B
Text Example
Text Example
White with #F5348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5348B; }
p { color: rgb(245,52,139); }
H1.HeaderClassName
{
color: #F5348B;
}
.AnyTagClassName
{
color: #F5348B;
}
</style>
background-color css
<style>
a { background-color: #F5348B; }
a { background-color: rgb(245,52,139); }
div.DivClassName
{
background-color: #F5348B;
}
.BgClassName
{
background-color: #F5348B;
}
</style>
border-color css
<style>
span { border-color: #F5348B; }
span { border-color: rgb(245,52,139); }
td.TdClassName
{
border-color: #F5348B;
}
.TagClassName
{
border-color: #F5348B;
}
</style>