Shades of Wild Strawberry #F540AE
Tints of Wild Strawberry #F540AE
RGB
CMYK
RGB Variations
Color information
#F540AE (or 0xF540AE) is known color: Wild Strawberry. HEX triplet: F5, 40 and AE. RGB value is (245,64,174). Sum of RGB (Red+Green+Blue) = 245+64+174=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F540AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F540AE is #0ABF51. Grayscale: #828282. Windows color (decimal): -704338 or 11419893. OLE color: 11419893.
HSL color Cylindrical-coordinate representation of color #F540AE: hue angle of 323.54º 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 #F540AE is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 174 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.04 |
| HSL | 323.54º | 0.9% | 0.61% | - |
| HSV(B) | 323.54º | 0.74% | 0.96% | - |
| XYZ | 47.13 | 26.14 | 42.61 | - |
| YUV | 130.66 | 152.47 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 174 | 0 | 0.74 | 0.29 | 0.04 | 323.54 | 0.9 | 0.61 |
| Hex | F5 | 40 | AE | 0 | 4A | 1D | 4 | 144 | 5A | 3D |
| Octal | 365 | 100 | 256 | 0 | 112 | 35 | 4 | 504 | 132 | 75 |
| Binary | 11110101 | 1000000 | 10101110 | 0 | 1001010 | 11101 | 100 | 101000100 | 1011010 | 111101 |
Color Harmonies of #F540AE
Complementary color
Monochromatic Colors of #F540AE
Black with #F540AE
Text Example
Text Example
White with #F540AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540AE; }
p { color: rgb(245,64,174); }
H1.HeaderClassName
{
color: #F540AE;
}
.AnyTagClassName
{
color: #F540AE;
}
</style>
background-color css
<style>
a { background-color: #F540AE; }
a { background-color: rgb(245,64,174); }
div.DivClassName
{
background-color: #F540AE;
}
.BgClassName
{
background-color: #F540AE;
}
</style>
border-color css
<style>
span { border-color: #F540AE; }
span { border-color: rgb(245,64,174); }
td.TdClassName
{
border-color: #F540AE;
}
.TagClassName
{
border-color: #F540AE;
}
</style>