Shades of Wild Strawberry #F63099
Tints of Wild Strawberry #F63099
RGB
CMYK
RGB Variations
Color information
#F63099 (or 0xF63099) is known color: Wild Strawberry. HEX triplet: F6, 30 and 99. RGB value is (246,48,153). Sum of RGB (Red+Green+Blue) = 246+48+153=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F63099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63099 is #09CF66. Grayscale: #767676. Windows color (decimal): -642919 or 10039542. OLE color: 10039542.
HSL color Cylindrical-coordinate representation of color #F63099: hue angle of 328.18º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63099 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 153 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.04 |
| HSL | 328.18º | 0.92% | 0.58% | - |
| HSV(B) | 328.18º | 0.8% | 0.96% | - |
| XYZ | 44.81 | 24.01 | 32.41 | - |
| YUV | 119.17 | 147.1 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 153 | 0 | 0.80 | 0.38 | 0.04 | 328.18 | 0.92 | 0.58 |
| Hex | F6 | 30 | 99 | 0 | 50 | 26 | 4 | 148 | 5C | 3A |
| Octal | 366 | 60 | 231 | 0 | 120 | 46 | 4 | 510 | 134 | 72 |
| Binary | 11110110 | 110000 | 10011001 | 0 | 1010000 | 100110 | 100 | 101001000 | 1011100 | 111010 |
Color Harmonies of #F63099
Complementary color
Monochromatic Colors of #F63099
Black with #F63099
Text Example
Text Example
White with #F63099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63099; }
p { color: rgb(246,48,153); }
H1.HeaderClassName
{
color: #F63099;
}
.AnyTagClassName
{
color: #F63099;
}
</style>
background-color css
<style>
a { background-color: #F63099; }
a { background-color: rgb(246,48,153); }
div.DivClassName
{
background-color: #F63099;
}
.BgClassName
{
background-color: #F63099;
}
</style>
border-color css
<style>
span { border-color: #F63099; }
span { border-color: rgb(246,48,153); }
td.TdClassName
{
border-color: #F63099;
}
.TagClassName
{
border-color: #F63099;
}
</style>