Shades of Wild Strawberry #F6287D
Tints of Wild Strawberry #F6287D
RGB
CMYK
RGB Variations
Color information
#F6287D (or 0xF6287D) is known color: Wild Strawberry. HEX triplet: F6, 28 and 7D. RGB value is (246,40,125). Sum of RGB (Red+Green+Blue) = 246+40+125=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F6287D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6287D is #09D782. Grayscale: #6F6F6F. Windows color (decimal): -644995 or 8202486. OLE color: 8202486.
HSL color Cylindrical-coordinate representation of color #F6287D: hue angle of 335.24º 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 #F6287D is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 125 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.04 |
| HSL | 335.24º | 0.92% | 0.56% | - |
| HSV(B) | 335.24º | 0.84% | 0.96% | - |
| XYZ | 42.47 | 22.59 | 21.52 | - |
| YUV | 111.28 | 135.75 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 125 | 0 | 0.84 | 0.49 | 0.04 | 335.24 | 0.92 | 0.56 |
| Hex | F6 | 28 | 7D | 0 | 54 | 31 | 4 | 14F | 5C | 38 |
| Octal | 366 | 50 | 175 | 0 | 124 | 61 | 4 | 517 | 134 | 70 |
| Binary | 11110110 | 101000 | 1111101 | 0 | 1010100 | 110001 | 100 | 101001111 | 1011100 | 111000 |
Color Harmonies of #F6287D
Complementary color
Monochromatic Colors of #F6287D
Black with #F6287D
Text Example
Text Example
White with #F6287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6287D; }
p { color: rgb(246,40,125); }
H1.HeaderClassName
{
color: #F6287D;
}
.AnyTagClassName
{
color: #F6287D;
}
</style>
background-color css
<style>
a { background-color: #F6287D; }
a { background-color: rgb(246,40,125); }
div.DivClassName
{
background-color: #F6287D;
}
.BgClassName
{
background-color: #F6287D;
}
</style>
border-color css
<style>
span { border-color: #F6287D; }
span { border-color: rgb(246,40,125); }
td.TdClassName
{
border-color: #F6287D;
}
.TagClassName
{
border-color: #F6287D;
}
</style>