Shades of Wild Strawberry #F63DAB
Tints of Wild Strawberry #F63DAB
RGB
CMYK
RGB Variations
Color information
#F63DAB (or 0xF63DAB) is known color: Wild Strawberry. HEX triplet: F6, 3D and AB. RGB value is (246,61,171). Sum of RGB (Red+Green+Blue) = 246+61+171=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F63DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63DAB is #09C254. Grayscale: #808080. Windows color (decimal): -639573 or 11222518. OLE color: 11222518.
HSL color Cylindrical-coordinate representation of color #F63DAB: hue angle of 324.32º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63DAB is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 171 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.04 |
| HSL | 324.32º | 0.91% | 0.6% | - |
| HSV(B) | 324.32º | 0.75% | 0.96% | - |
| XYZ | 47.03 | 25.87 | 41.04 | - |
| YUV | 128.86 | 151.79 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 171 | 0 | 0.75 | 0.30 | 0.04 | 324.32 | 0.91 | 0.6 |
| Hex | F6 | 3D | AB | 0 | 4B | 1E | 4 | 144 | 5B | 3C |
| Octal | 366 | 75 | 253 | 0 | 113 | 36 | 4 | 504 | 133 | 74 |
| Binary | 11110110 | 111101 | 10101011 | 0 | 1001011 | 11110 | 100 | 101000100 | 1011011 | 111100 |
Color Harmonies of #F63DAB
Complementary color
Monochromatic Colors of #F63DAB
Black with #F63DAB
Text Example
Text Example
White with #F63DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63DAB; }
p { color: rgb(246,61,171); }
H1.HeaderClassName
{
color: #F63DAB;
}
.AnyTagClassName
{
color: #F63DAB;
}
</style>
background-color css
<style>
a { background-color: #F63DAB; }
a { background-color: rgb(246,61,171); }
div.DivClassName
{
background-color: #F63DAB;
}
.BgClassName
{
background-color: #F63DAB;
}
</style>
border-color css
<style>
span { border-color: #F63DAB; }
span { border-color: rgb(246,61,171); }
td.TdClassName
{
border-color: #F63DAB;
}
.TagClassName
{
border-color: #F63DAB;
}
</style>