Shades of Wild Strawberry #F540AB
Tints of Wild Strawberry #F540AB
RGB
CMYK
RGB Variations
Color information
#F540AB (or 0xF540AB) is known color: Wild Strawberry. HEX triplet: F5, 40 and AB. RGB value is (245,64,171). Sum of RGB (Red+Green+Blue) = 245+64+171=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F540AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F540AB is #0ABF54. Grayscale: #828282. Windows color (decimal): -704341 or 11223285. OLE color: 11223285.
HSL color Cylindrical-coordinate representation of color #F540AB: hue angle of 324.53º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F540AB is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 171 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.04 |
| HSL | 324.53º | 0.9% | 0.61% | - |
| HSV(B) | 324.53º | 0.74% | 0.96% | - |
| XYZ | 46.84 | 26.02 | 41.08 | - |
| YUV | 130.32 | 150.97 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 171 | 0 | 0.74 | 0.30 | 0.04 | 324.53 | 0.9 | 0.61 |
| Hex | F5 | 40 | AB | 0 | 4A | 1E | 4 | 145 | 5A | 3D |
| Octal | 365 | 100 | 253 | 0 | 112 | 36 | 4 | 505 | 132 | 75 |
| Binary | 11110101 | 1000000 | 10101011 | 0 | 1001010 | 11110 | 100 | 101000101 | 1011010 | 111101 |
Color Harmonies of #F540AB
Complementary color
Monochromatic Colors of #F540AB
Black with #F540AB
Text Example
Text Example
White with #F540AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540AB; }
p { color: rgb(245,64,171); }
H1.HeaderClassName
{
color: #F540AB;
}
.AnyTagClassName
{
color: #F540AB;
}
</style>
background-color css
<style>
a { background-color: #F540AB; }
a { background-color: rgb(245,64,171); }
div.DivClassName
{
background-color: #F540AB;
}
.BgClassName
{
background-color: #F540AB;
}
</style>
border-color css
<style>
span { border-color: #F540AB; }
span { border-color: rgb(245,64,171); }
td.TdClassName
{
border-color: #F540AB;
}
.TagClassName
{
border-color: #F540AB;
}
</style>