Shades of Wild Strawberry #F62C8A
Tints of Wild Strawberry #F62C8A
RGB
CMYK
RGB Variations
Color information
#F62C8A (or 0xF62C8A) is known color: Wild Strawberry. HEX triplet: F6, 2C and 8A. RGB value is (246,44,138). Sum of RGB (Red+Green+Blue) = 246+44+138=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F62C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62C8A is #09D375. Grayscale: #727272. Windows color (decimal): -643958 or 9055478. OLE color: 9055478.
HSL color Cylindrical-coordinate representation of color #F62C8A: hue angle of 332.08º 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 #F62C8A is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 44 | 138 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.04 |
| HSL | 332.08º | 0.92% | 0.57% | - |
| HSV(B) | 332.08º | 0.82% | 0.96% | - |
| XYZ | 43.49 | 23.23 | 26.24 | - |
| YUV | 115.11 | 140.92 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 44 | 138 | 0 | 0.82 | 0.44 | 0.04 | 332.08 | 0.92 | 0.57 |
| Hex | F6 | 2C | 8A | 0 | 52 | 2C | 4 | 14C | 5C | 39 |
| Octal | 366 | 54 | 212 | 0 | 122 | 54 | 4 | 514 | 134 | 71 |
| Binary | 11110110 | 101100 | 10001010 | 0 | 1010010 | 101100 | 100 | 101001100 | 1011100 | 111001 |
Color Harmonies of #F62C8A
Complementary color
Monochromatic Colors of #F62C8A
Black with #F62C8A
Text Example
Text Example
White with #F62C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62C8A; }
p { color: rgb(246,44,138); }
H1.HeaderClassName
{
color: #F62C8A;
}
.AnyTagClassName
{
color: #F62C8A;
}
</style>
background-color css
<style>
a { background-color: #F62C8A; }
a { background-color: rgb(246,44,138); }
div.DivClassName
{
background-color: #F62C8A;
}
.BgClassName
{
background-color: #F62C8A;
}
</style>
border-color css
<style>
span { border-color: #F62C8A; }
span { border-color: rgb(246,44,138); }
td.TdClassName
{
border-color: #F62C8A;
}
.TagClassName
{
border-color: #F62C8A;
}
</style>