Shades of Wild Strawberry #F63FAC
Tints of Wild Strawberry #F63FAC
RGB
CMYK
RGB Variations
Color information
#F63FAC (or 0xF63FAC) is known color: Wild Strawberry. HEX triplet: F6, 3F and AC. RGB value is (246,63,172). Sum of RGB (Red+Green+Blue) = 246+63+172=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63FAC is #09C053. Grayscale: #818181. Windows color (decimal): -639060 or 11288566. OLE color: 11288566.
HSL color Cylindrical-coordinate representation of color #F63FAC: hue angle of 324.26º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63FAC is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 172 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.04 |
| HSL | 324.26º | 0.91% | 0.61% | - |
| HSV(B) | 324.26º | 0.74% | 0.96% | - |
| XYZ | 47.23 | 26.13 | 41.58 | - |
| YUV | 130.14 | 151.63 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 172 | 0 | 0.74 | 0.30 | 0.04 | 324.26 | 0.91 | 0.61 |
| Hex | F6 | 3F | AC | 0 | 4A | 1E | 4 | 144 | 5B | 3D |
| Octal | 366 | 77 | 254 | 0 | 112 | 36 | 4 | 504 | 133 | 75 |
| Binary | 11110110 | 111111 | 10101100 | 0 | 1001010 | 11110 | 100 | 101000100 | 1011011 | 111101 |
Color Harmonies of #F63FAC
Complementary color
Monochromatic Colors of #F63FAC
Black with #F63FAC
Text Example
Text Example
White with #F63FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63FAC; }
p { color: rgb(246,63,172); }
H1.HeaderClassName
{
color: #F63FAC;
}
.AnyTagClassName
{
color: #F63FAC;
}
</style>
background-color css
<style>
a { background-color: #F63FAC; }
a { background-color: rgb(246,63,172); }
div.DivClassName
{
background-color: #F63FAC;
}
.BgClassName
{
background-color: #F63FAC;
}
</style>
border-color css
<style>
span { border-color: #F63FAC; }
span { border-color: rgb(246,63,172); }
td.TdClassName
{
border-color: #F63FAC;
}
.TagClassName
{
border-color: #F63FAC;
}
</style>