Shades of Wild Strawberry #F6288F
Tints of Wild Strawberry #F6288F
RGB
CMYK
RGB Variations
Color information
#F6288F (or 0xF6288F) is known color: Wild Strawberry. HEX triplet: F6, 28 and 8F. RGB value is (246,40,143). Sum of RGB (Red+Green+Blue) = 246+40+143=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F6288F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6288F is #09D770. Grayscale: #717171. Windows color (decimal): -644977 or 9382134. OLE color: 9382134.
HSL color Cylindrical-coordinate representation of color #F6288F: hue angle of 330º degrees, saturation: 0.92, 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 #F6288F is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 143 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.04 |
| HSL | 330º | 0.92% | 0.56% | - |
| HSV(B) | 330º | 0.84% | 0.96% | - |
| XYZ | 43.72 | 23.09 | 28.14 | - |
| YUV | 113.34 | 144.75 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 143 | 0 | 0.84 | 0.42 | 0.04 | 330 | 0.92 | 0.56 |
| Hex | F6 | 28 | 8F | 0 | 54 | 2A | 4 | 14A | 5C | 38 |
| Octal | 366 | 50 | 217 | 0 | 124 | 52 | 4 | 512 | 134 | 70 |
| Binary | 11110110 | 101000 | 10001111 | 0 | 1010100 | 101010 | 100 | 101001010 | 1011100 | 111000 |
Color Harmonies of #F6288F
Complementary color
Monochromatic Colors of #F6288F
Black with #F6288F
Text Example
Text Example
White with #F6288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6288F; }
p { color: rgb(246,40,143); }
H1.HeaderClassName
{
color: #F6288F;
}
.AnyTagClassName
{
color: #F6288F;
}
</style>
background-color css
<style>
a { background-color: #F6288F; }
a { background-color: rgb(246,40,143); }
div.DivClassName
{
background-color: #F6288F;
}
.BgClassName
{
background-color: #F6288F;
}
</style>
border-color css
<style>
span { border-color: #F6288F; }
span { border-color: rgb(246,40,143); }
td.TdClassName
{
border-color: #F6288F;
}
.TagClassName
{
border-color: #F6288F;
}
</style>