Shades of Wild Strawberry #F0439D
Tints of Wild Strawberry #F0439D
RGB
CMYK
RGB Variations
Color information
#F0439D (or 0xF0439D) is known color: Wild Strawberry. HEX triplet: F0, 43 and 9D. RGB value is (240,67,157). Sum of RGB (Red+Green+Blue) = 240+67+157=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0439D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0439D is #0FBC62. Grayscale: #808080. Windows color (decimal): -1031267 or 10306544. OLE color: 10306544.
HSL color Cylindrical-coordinate representation of color #F0439D: hue angle of 328.79º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0439D is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 157 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.06 |
| HSL | 328.79º | 0.85% | 0.6% | - |
| HSV(B) | 328.79º | 0.72% | 0.94% | - |
| XYZ | 44.03 | 24.97 | 34.4 | - |
| YUV | 128.99 | 143.81 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 157 | 0 | 0.72 | 0.35 | 0.06 | 328.79 | 0.85 | 0.6 |
| Hex | F0 | 43 | 9D | 0 | 48 | 23 | 6 | 149 | 55 | 3C |
| Octal | 360 | 103 | 235 | 0 | 110 | 43 | 6 | 511 | 125 | 74 |
| Binary | 11110000 | 1000011 | 10011101 | 0 | 1001000 | 100011 | 110 | 101001001 | 1010101 | 111100 |
Color Harmonies of #F0439D
Complementary color
Monochromatic Colors of #F0439D
Black with #F0439D
Text Example
Text Example
White with #F0439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0439D; }
p { color: rgb(240,67,157); }
H1.HeaderClassName
{
color: #F0439D;
}
.AnyTagClassName
{
color: #F0439D;
}
</style>
background-color css
<style>
a { background-color: #F0439D; }
a { background-color: rgb(240,67,157); }
div.DivClassName
{
background-color: #F0439D;
}
.BgClassName
{
background-color: #F0439D;
}
</style>
border-color css
<style>
span { border-color: #F0439D; }
span { border-color: rgb(240,67,157); }
td.TdClassName
{
border-color: #F0439D;
}
.TagClassName
{
border-color: #F0439D;
}
</style>