Shades of Wild Strawberry #F5379C
Tints of Wild Strawberry #F5379C
RGB
CMYK
RGB Variations
Color information
#F5379C (or 0xF5379C) is known color: Wild Strawberry. HEX triplet: F5, 37 and 9C. RGB value is (245,55,156). Sum of RGB (Red+Green+Blue) = 245+55+156=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5379C is #0AC863. Grayscale: #7B7B7B. Windows color (decimal): -706660 or 10237941. OLE color: 10237941.
HSL color Cylindrical-coordinate representation of color #F5379C: hue angle of 328.11º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5379C is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 156 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.04 |
| HSL | 328.11º | 0.9% | 0.59% | - |
| HSV(B) | 328.11º | 0.78% | 0.96% | - |
| XYZ | 45.02 | 24.55 | 33.82 | - |
| YUV | 123.32 | 146.45 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 156 | 0 | 0.78 | 0.36 | 0.04 | 328.11 | 0.9 | 0.59 |
| Hex | F5 | 37 | 9C | 0 | 4E | 24 | 4 | 148 | 5A | 3B |
| Octal | 365 | 67 | 234 | 0 | 116 | 44 | 4 | 510 | 132 | 73 |
| Binary | 11110101 | 110111 | 10011100 | 0 | 1001110 | 100100 | 100 | 101001000 | 1011010 | 111011 |
Color Harmonies of #F5379C
Complementary color
Monochromatic Colors of #F5379C
Black with #F5379C
Text Example
Text Example
White with #F5379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5379C; }
p { color: rgb(245,55,156); }
H1.HeaderClassName
{
color: #F5379C;
}
.AnyTagClassName
{
color: #F5379C;
}
</style>
background-color css
<style>
a { background-color: #F5379C; }
a { background-color: rgb(245,55,156); }
div.DivClassName
{
background-color: #F5379C;
}
.BgClassName
{
background-color: #F5379C;
}
</style>
border-color css
<style>
span { border-color: #F5379C; }
span { border-color: rgb(245,55,156); }
td.TdClassName
{
border-color: #F5379C;
}
.TagClassName
{
border-color: #F5379C;
}
</style>