Shades of Wild Strawberry #F63990
Tints of Wild Strawberry #F63990
RGB
CMYK
RGB Variations
Color information
#F63990 (or 0xF63990) is known color: Wild Strawberry. HEX triplet: F6, 39 and 90. RGB value is (246,57,144). Sum of RGB (Red+Green+Blue) = 246+57+144=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F63990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63990 is #09C66F. Grayscale: #7B7B7B. Windows color (decimal): -640624 or 9452022. OLE color: 9452022.
HSL color Cylindrical-coordinate representation of color #F63990: hue angle of 332.38º 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 #F63990 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 57 | 144 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.04 |
| HSL | 332.38º | 0.91% | 0.59% | - |
| HSV(B) | 332.38º | 0.77% | 0.96% | - |
| XYZ | 44.5 | 24.53 | 28.78 | - |
| YUV | 123.43 | 139.62 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 57 | 144 | 0 | 0.77 | 0.41 | 0.04 | 332.38 | 0.91 | 0.59 |
| Hex | F6 | 39 | 90 | 0 | 4D | 29 | 4 | 14C | 5B | 3B |
| Octal | 366 | 71 | 220 | 0 | 115 | 51 | 4 | 514 | 133 | 73 |
| Binary | 11110110 | 111001 | 10010000 | 0 | 1001101 | 101001 | 100 | 101001100 | 1011011 | 111011 |
Color Harmonies of #F63990
Complementary color
Monochromatic Colors of #F63990
Black with #F63990
Text Example
Text Example
White with #F63990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63990; }
p { color: rgb(246,57,144); }
H1.HeaderClassName
{
color: #F63990;
}
.AnyTagClassName
{
color: #F63990;
}
</style>
background-color css
<style>
a { background-color: #F63990; }
a { background-color: rgb(246,57,144); }
div.DivClassName
{
background-color: #F63990;
}
.BgClassName
{
background-color: #F63990;
}
</style>
border-color css
<style>
span { border-color: #F63990; }
span { border-color: rgb(246,57,144); }
td.TdClassName
{
border-color: #F63990;
}
.TagClassName
{
border-color: #F63990;
}
</style>