Shades of Wild Strawberry #F63FAD
Tints of Wild Strawberry #F63FAD
RGB
CMYK
RGB Variations
Color information
#F63FAD (or 0xF63FAD) is known color: Wild Strawberry. HEX triplet: F6, 3F and AD. RGB value is (246,63,173). Sum of RGB (Red+Green+Blue) = 246+63+173=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F63FAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63FAD is #09C052. Grayscale: #828282. Windows color (decimal): -639059 or 11354102. OLE color: 11354102.
HSL color Cylindrical-coordinate representation of color #F63FAD: hue angle of 323.93º 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 #F63FAD is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 173 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.04 |
| HSL | 323.93º | 0.91% | 0.61% | - |
| HSV(B) | 323.93º | 0.74% | 0.96% | - |
| XYZ | 47.33 | 26.16 | 42.09 | - |
| YUV | 130.26 | 152.13 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 173 | 0 | 0.74 | 0.30 | 0.04 | 323.93 | 0.91 | 0.61 |
| Hex | F6 | 3F | AD | 0 | 4A | 1E | 4 | 144 | 5B | 3D |
| Octal | 366 | 77 | 255 | 0 | 112 | 36 | 4 | 504 | 133 | 75 |
| Binary | 11110110 | 111111 | 10101101 | 0 | 1001010 | 11110 | 100 | 101000100 | 1011011 | 111101 |
Color Harmonies of #F63FAD
Complementary color
Monochromatic Colors of #F63FAD
Black with #F63FAD
Text Example
Text Example
White with #F63FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63FAD; }
p { color: rgb(246,63,173); }
H1.HeaderClassName
{
color: #F63FAD;
}
.AnyTagClassName
{
color: #F63FAD;
}
</style>
background-color css
<style>
a { background-color: #F63FAD; }
a { background-color: rgb(246,63,173); }
div.DivClassName
{
background-color: #F63FAD;
}
.BgClassName
{
background-color: #F63FAD;
}
</style>
border-color css
<style>
span { border-color: #F63FAD; }
span { border-color: rgb(246,63,173); }
td.TdClassName
{
border-color: #F63FAD;
}
.TagClassName
{
border-color: #F63FAD;
}
</style>