Shades of Wild Strawberry #F63999
Tints of Wild Strawberry #F63999
RGB
CMYK
RGB Variations
Color information
#F63999 (or 0xF63999) is known color: Wild Strawberry. HEX triplet: F6, 39 and 99. RGB value is (246,57,153). Sum of RGB (Red+Green+Blue) = 246+57+153=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F63999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63999 is #09C666. Grayscale: #7C7C7C. Windows color (decimal): -640615 or 10041846. OLE color: 10041846.
HSL color Cylindrical-coordinate representation of color #F63999: hue angle of 329.52º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F63999 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 57 | 153 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.04 |
| HSL | 329.52º | 0.91% | 0.59% | - |
| HSV(B) | 329.52º | 0.77% | 0.96% | - |
| XYZ | 45.22 | 24.82 | 32.54 | - |
| YUV | 124.46 | 144.12 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 57 | 153 | 0 | 0.77 | 0.38 | 0.04 | 329.52 | 0.91 | 0.59 |
| Hex | F6 | 39 | 99 | 0 | 4D | 26 | 4 | 14A | 5B | 3B |
| Octal | 366 | 71 | 231 | 0 | 115 | 46 | 4 | 512 | 133 | 73 |
| Binary | 11110110 | 111001 | 10011001 | 0 | 1001101 | 100110 | 100 | 101001010 | 1011011 | 111011 |
Color Harmonies of #F63999
Complementary color
Monochromatic Colors of #F63999
Black with #F63999
Text Example
Text Example
White with #F63999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63999; }
p { color: rgb(246,57,153); }
H1.HeaderClassName
{
color: #F63999;
}
.AnyTagClassName
{
color: #F63999;
}
</style>
background-color css
<style>
a { background-color: #F63999; }
a { background-color: rgb(246,57,153); }
div.DivClassName
{
background-color: #F63999;
}
.BgClassName
{
background-color: #F63999;
}
</style>
border-color css
<style>
span { border-color: #F63999; }
span { border-color: rgb(246,57,153); }
td.TdClassName
{
border-color: #F63999;
}
.TagClassName
{
border-color: #F63999;
}
</style>