Shades of Wild Strawberry #F6369C
Tints of Wild Strawberry #F6369C
RGB
CMYK
RGB Variations
Color information
#F6369C (or 0xF6369C) is known color: Wild Strawberry. HEX triplet: F6, 36 and 9C. RGB value is (246,54,156). Sum of RGB (Red+Green+Blue) = 246+54+156=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F6369C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6369C is #09C963. Grayscale: #7A7A7A. Windows color (decimal): -641380 or 10237686. OLE color: 10237686.
HSL color Cylindrical-coordinate representation of color #F6369C: hue angle of 328.12º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6369C is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 54 | 156 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.04 |
| HSL | 328.13º | 0.91% | 0.59% | - |
| HSV(B) | 328.13º | 0.78% | 0.96% | - |
| XYZ | 45.33 | 24.63 | 33.82 | - |
| YUV | 123.04 | 146.61 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 156 | 0 | 0.78 | 0.37 | 0.04 | 328.13 | 0.91 | 0.59 |
| Hex | F6 | 36 | 9C | 0 | 4E | 25 | 4 | 148 | 5B | 3B |
| Octal | 366 | 66 | 234 | 0 | 116 | 45 | 4 | 510 | 133 | 73 |
| Binary | 11110110 | 110110 | 10011100 | 0 | 1001110 | 100101 | 100 | 101001000 | 1011011 | 111011 |
Color Harmonies of #F6369C
Complementary color
Monochromatic Colors of #F6369C
Black with #F6369C
Text Example
Text Example
White with #F6369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6369C; }
p { color: rgb(246,54,156); }
H1.HeaderClassName
{
color: #F6369C;
}
.AnyTagClassName
{
color: #F6369C;
}
</style>
background-color css
<style>
a { background-color: #F6369C; }
a { background-color: rgb(246,54,156); }
div.DivClassName
{
background-color: #F6369C;
}
.BgClassName
{
background-color: #F6369C;
}
</style>
border-color css
<style>
span { border-color: #F6369C; }
span { border-color: rgb(246,54,156); }
td.TdClassName
{
border-color: #F6369C;
}
.TagClassName
{
border-color: #F6369C;
}
</style>