Shades of Wild Strawberry #F5288F
Tints of Wild Strawberry #F5288F
RGB
CMYK
RGB Variations
Color information
#F5288F (or 0xF5288F) is known color: Wild Strawberry. HEX triplet: F5, 28 and 8F. RGB value is (245,40,143). Sum of RGB (Red+Green+Blue) = 245+40+143=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F5288F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5288F is #0AD770. Grayscale: #707070. Windows color (decimal): -710513 or 9382133. OLE color: 9382133.
HSL color Cylindrical-coordinate representation of color #F5288F: hue angle of 329.85º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5288F is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 143 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.04 |
| HSL | 329.85º | 0.91% | 0.56% | - |
| HSV(B) | 329.85º | 0.84% | 0.96% | - |
| XYZ | 43.37 | 22.91 | 28.12 | - |
| YUV | 113.04 | 144.92 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 143 | 0 | 0.84 | 0.42 | 0.04 | 329.85 | 0.91 | 0.56 |
| Hex | F5 | 28 | 8F | 0 | 54 | 2A | 4 | 14A | 5B | 38 |
| Octal | 365 | 50 | 217 | 0 | 124 | 52 | 4 | 512 | 133 | 70 |
| Binary | 11110101 | 101000 | 10001111 | 0 | 1010100 | 101010 | 100 | 101001010 | 1011011 | 111000 |
Color Harmonies of #F5288F
Complementary color
Monochromatic Colors of #F5288F
Black with #F5288F
Text Example
Text Example
White with #F5288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5288F; }
p { color: rgb(245,40,143); }
H1.HeaderClassName
{
color: #F5288F;
}
.AnyTagClassName
{
color: #F5288F;
}
</style>
background-color css
<style>
a { background-color: #F5288F; }
a { background-color: rgb(245,40,143); }
div.DivClassName
{
background-color: #F5288F;
}
.BgClassName
{
background-color: #F5288F;
}
</style>
border-color css
<style>
span { border-color: #F5288F; }
span { border-color: rgb(245,40,143); }
td.TdClassName
{
border-color: #F5288F;
}
.TagClassName
{
border-color: #F5288F;
}
</style>