Shades of Wild Strawberry #F040AB
Tints of Wild Strawberry #F040AB
RGB
CMYK
RGB Variations
Color information
#F040AB (or 0xF040AB) is known color: Wild Strawberry. HEX triplet: F0, 40 and AB. RGB value is (240,64,171). Sum of RGB (Red+Green+Blue) = 240+64+171=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F040AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F040AB is #0FBF54. Grayscale: #808080. Windows color (decimal): -1032021 or 11223280. OLE color: 11223280.
HSL color Cylindrical-coordinate representation of color #F040AB: hue angle of 323.52º 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 #F040AB is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 171 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.06 |
| HSL | 323.52º | 0.85% | 0.6% | - |
| HSV(B) | 323.52º | 0.73% | 0.94% | - |
| XYZ | 45.12 | 25.13 | 41 | - |
| YUV | 128.82 | 151.81 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 171 | 0 | 0.73 | 0.29 | 0.06 | 323.52 | 0.85 | 0.6 |
| Hex | F0 | 40 | AB | 0 | 49 | 1D | 6 | 144 | 55 | 3C |
| Octal | 360 | 100 | 253 | 0 | 111 | 35 | 6 | 504 | 125 | 74 |
| Binary | 11110000 | 1000000 | 10101011 | 0 | 1001001 | 11101 | 110 | 101000100 | 1010101 | 111100 |
Color Harmonies of #F040AB
Complementary color
Monochromatic Colors of #F040AB
Black with #F040AB
Text Example
Text Example
White with #F040AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040AB; }
p { color: rgb(240,64,171); }
H1.HeaderClassName
{
color: #F040AB;
}
.AnyTagClassName
{
color: #F040AB;
}
</style>
background-color css
<style>
a { background-color: #F040AB; }
a { background-color: rgb(240,64,171); }
div.DivClassName
{
background-color: #F040AB;
}
.BgClassName
{
background-color: #F040AB;
}
</style>
border-color css
<style>
span { border-color: #F040AB; }
span { border-color: rgb(240,64,171); }
td.TdClassName
{
border-color: #F040AB;
}
.TagClassName
{
border-color: #F040AB;
}
</style>