Shades of Wild Strawberry #F62A8D
Tints of Wild Strawberry #F62A8D
RGB
CMYK
RGB Variations
Color information
#F62A8D (or 0xF62A8D) is known color: Wild Strawberry. HEX triplet: F6, 2A and 8D. RGB value is (246,42,141). Sum of RGB (Red+Green+Blue) = 246+42+141=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F62A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62A8D is #09D572. Grayscale: #727272. Windows color (decimal): -644467 or 9251574. OLE color: 9251574.
HSL color Cylindrical-coordinate representation of color #F62A8D: hue angle of 330.88º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62A8D is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 42 | 141 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.04 |
| HSL | 330.88º | 0.92% | 0.56% | - |
| HSV(B) | 330.88º | 0.83% | 0.96% | - |
| XYZ | 43.64 | 23.17 | 27.37 | - |
| YUV | 114.28 | 143.09 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 42 | 141 | 0 | 0.83 | 0.43 | 0.04 | 330.88 | 0.92 | 0.56 |
| Hex | F6 | 2A | 8D | 0 | 53 | 2B | 4 | 14B | 5C | 38 |
| Octal | 366 | 52 | 215 | 0 | 123 | 53 | 4 | 513 | 134 | 70 |
| Binary | 11110110 | 101010 | 10001101 | 0 | 1010011 | 101011 | 100 | 101001011 | 1011100 | 111000 |
Color Harmonies of #F62A8D
Complementary color
Monochromatic Colors of #F62A8D
Black with #F62A8D
Text Example
Text Example
White with #F62A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62A8D; }
p { color: rgb(246,42,141); }
H1.HeaderClassName
{
color: #F62A8D;
}
.AnyTagClassName
{
color: #F62A8D;
}
</style>
background-color css
<style>
a { background-color: #F62A8D; }
a { background-color: rgb(246,42,141); }
div.DivClassName
{
background-color: #F62A8D;
}
.BgClassName
{
background-color: #F62A8D;
}
</style>
border-color css
<style>
span { border-color: #F62A8D; }
span { border-color: rgb(246,42,141); }
td.TdClassName
{
border-color: #F62A8D;
}
.TagClassName
{
border-color: #F62A8D;
}
</style>