Shades of Wild Strawberry #F040AC
Tints of Wild Strawberry #F040AC
RGB
CMYK
RGB Variations
Color information
#F040AC (or 0xF040AC) is known color: Wild Strawberry. HEX triplet: F0, 40 and AC. RGB value is (240,64,172). Sum of RGB (Red+Green+Blue) = 240+64+172=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F040AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F040AC is #0FBF53. Grayscale: #808080. Windows color (decimal): -1032020 or 11288816. OLE color: 11288816.
HSL color Cylindrical-coordinate representation of color #F040AC: hue angle of 323.18º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F040AC is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 172 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.06 |
| HSL | 323.18º | 0.85% | 0.6% | - |
| HSV(B) | 323.18º | 0.73% | 0.94% | - |
| XYZ | 45.21 | 25.17 | 41.51 | - |
| YUV | 128.94 | 152.31 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 172 | 0 | 0.73 | 0.28 | 0.06 | 323.18 | 0.85 | 0.6 |
| Hex | F0 | 40 | AC | 0 | 49 | 1C | 6 | 143 | 55 | 3C |
| Octal | 360 | 100 | 254 | 0 | 111 | 34 | 6 | 503 | 125 | 74 |
| Binary | 11110000 | 1000000 | 10101100 | 0 | 1001001 | 11100 | 110 | 101000011 | 1010101 | 111100 |
Color Harmonies of #F040AC
Complementary color
Monochromatic Colors of #F040AC
Black with #F040AC
Text Example
Text Example
White with #F040AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040AC; }
p { color: rgb(240,64,172); }
H1.HeaderClassName
{
color: #F040AC;
}
.AnyTagClassName
{
color: #F040AC;
}
</style>
background-color css
<style>
a { background-color: #F040AC; }
a { background-color: rgb(240,64,172); }
div.DivClassName
{
background-color: #F040AC;
}
.BgClassName
{
background-color: #F040AC;
}
</style>
border-color css
<style>
span { border-color: #F040AC; }
span { border-color: rgb(240,64,172); }
td.TdClassName
{
border-color: #F040AC;
}
.TagClassName
{
border-color: #F040AC;
}
</style>