Shades of Wild Strawberry #F5349B
Tints of Wild Strawberry #F5349B
RGB
CMYK
RGB Variations
Color information
#F5349B (or 0xF5349B) is known color: Wild Strawberry. HEX triplet: F5, 34 and 9B. RGB value is (245,52,155). Sum of RGB (Red+Green+Blue) = 245+52+155=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5349B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5349B is #0ACB64. Grayscale: #797979. Windows color (decimal): -707429 or 10171637. OLE color: 10171637.
HSL color Cylindrical-coordinate representation of color #F5349B: hue angle of 327.98º 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 #F5349B is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 52 | 155 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.04 |
| HSL | 327.98º | 0.91% | 0.58% | - |
| HSV(B) | 327.98º | 0.79% | 0.96% | - |
| XYZ | 44.8 | 24.24 | 33.33 | - |
| YUV | 121.45 | 146.94 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 52 | 155 | 0 | 0.79 | 0.37 | 0.04 | 327.98 | 0.91 | 0.58 |
| Hex | F5 | 34 | 9B | 0 | 4F | 25 | 4 | 148 | 5B | 3A |
| Octal | 365 | 64 | 233 | 0 | 117 | 45 | 4 | 510 | 133 | 72 |
| Binary | 11110101 | 110100 | 10011011 | 0 | 1001111 | 100101 | 100 | 101001000 | 1011011 | 111010 |
Color Harmonies of #F5349B
Complementary color
Monochromatic Colors of #F5349B
Black with #F5349B
Text Example
Text Example
White with #F5349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5349B; }
p { color: rgb(245,52,155); }
H1.HeaderClassName
{
color: #F5349B;
}
.AnyTagClassName
{
color: #F5349B;
}
</style>
background-color css
<style>
a { background-color: #F5349B; }
a { background-color: rgb(245,52,155); }
div.DivClassName
{
background-color: #F5349B;
}
.BgClassName
{
background-color: #F5349B;
}
</style>
border-color css
<style>
span { border-color: #F5349B; }
span { border-color: rgb(245,52,155); }
td.TdClassName
{
border-color: #F5349B;
}
.TagClassName
{
border-color: #F5349B;
}
</style>