Shades of Wild Strawberry #F5439C
Tints of Wild Strawberry #F5439C
RGB
CMYK
RGB Variations
Color information
#F5439C (or 0xF5439C) is known color: Wild Strawberry. HEX triplet: F5, 43 and 9C. RGB value is (245,67,156). Sum of RGB (Red+Green+Blue) = 245+67+156=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5439C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5439C is #0ABC63. Grayscale: #828282. Windows color (decimal): -703588 or 10241013. OLE color: 10241013.
HSL color Cylindrical-coordinate representation of color #F5439C: hue angle of 330º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5439C is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 156 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.04 |
| HSL | 330º | 0.9% | 0.61% | - |
| HSV(B) | 330º | 0.73% | 0.96% | - |
| XYZ | 45.66 | 25.83 | 34.03 | - |
| YUV | 130.37 | 142.47 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 156 | 0 | 0.73 | 0.36 | 0.04 | 330 | 0.9 | 0.61 |
| Hex | F5 | 43 | 9C | 0 | 49 | 24 | 4 | 14A | 5A | 3D |
| Octal | 365 | 103 | 234 | 0 | 111 | 44 | 4 | 512 | 132 | 75 |
| Binary | 11110101 | 1000011 | 10011100 | 0 | 1001001 | 100100 | 100 | 101001010 | 1011010 | 111101 |
Color Harmonies of #F5439C
Complementary color
Monochromatic Colors of #F5439C
Black with #F5439C
Text Example
Text Example
White with #F5439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5439C; }
p { color: rgb(245,67,156); }
H1.HeaderClassName
{
color: #F5439C;
}
.AnyTagClassName
{
color: #F5439C;
}
</style>
background-color css
<style>
a { background-color: #F5439C; }
a { background-color: rgb(245,67,156); }
div.DivClassName
{
background-color: #F5439C;
}
.BgClassName
{
background-color: #F5439C;
}
</style>
border-color css
<style>
span { border-color: #F5439C; }
span { border-color: rgb(245,67,156); }
td.TdClassName
{
border-color: #F5439C;
}
.TagClassName
{
border-color: #F5439C;
}
</style>