Shades of Wild Strawberry #F62D9A
Tints of Wild Strawberry #F62D9A
RGB
CMYK
RGB Variations
Color information
#F62D9A (or 0xF62D9A) is known color: Wild Strawberry. HEX triplet: F6, 2D and 9A. RGB value is (246,45,154). Sum of RGB (Red+Green+Blue) = 246+45+154=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62D9A is #09D265. Grayscale: #757575. Windows color (decimal): -643686 or 10104310. OLE color: 10104310.
HSL color Cylindrical-coordinate representation of color #F62D9A: hue angle of 327.46º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62D9A is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 45 | 154 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.04 |
| HSL | 327.46º | 0.92% | 0.57% | - |
| HSV(B) | 327.46º | 0.82% | 0.96% | - |
| XYZ | 44.78 | 23.8 | 32.81 | - |
| YUV | 117.53 | 148.59 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 45 | 154 | 0 | 0.82 | 0.37 | 0.04 | 327.46 | 0.92 | 0.57 |
| Hex | F6 | 2D | 9A | 0 | 52 | 25 | 4 | 147 | 5C | 39 |
| Octal | 366 | 55 | 232 | 0 | 122 | 45 | 4 | 507 | 134 | 71 |
| Binary | 11110110 | 101101 | 10011010 | 0 | 1010010 | 100101 | 100 | 101000111 | 1011100 | 111001 |
Color Harmonies of #F62D9A
Complementary color
Monochromatic Colors of #F62D9A
Black with #F62D9A
Text Example
Text Example
White with #F62D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62D9A; }
p { color: rgb(246,45,154); }
H1.HeaderClassName
{
color: #F62D9A;
}
.AnyTagClassName
{
color: #F62D9A;
}
</style>
background-color css
<style>
a { background-color: #F62D9A; }
a { background-color: rgb(246,45,154); }
div.DivClassName
{
background-color: #F62D9A;
}
.BgClassName
{
background-color: #F62D9A;
}
</style>
border-color css
<style>
span { border-color: #F62D9A; }
span { border-color: rgb(246,45,154); }
td.TdClassName
{
border-color: #F62D9A;
}
.TagClassName
{
border-color: #F62D9A;
}
</style>