Shades of Wild Strawberry #F540A8
Tints of Wild Strawberry #F540A8
RGB
CMYK
RGB Variations
Color information
#F540A8 (or 0xF540A8) is known color: Wild Strawberry. HEX triplet: F5, 40 and A8. RGB value is (245,64,168). Sum of RGB (Red+Green+Blue) = 245+64+168=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F540A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F540A8 is #0ABF57. Grayscale: #818181. Windows color (decimal): -704344 or 11026677. OLE color: 11026677.
HSL color Cylindrical-coordinate representation of color #F540A8: hue angle of 325.52º 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 #F540A8 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 168 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.04 |
| HSL | 325.52º | 0.9% | 0.61% | - |
| HSV(B) | 325.52º | 0.74% | 0.96% | - |
| XYZ | 46.56 | 25.91 | 39.59 | - |
| YUV | 129.98 | 149.47 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 168 | 0 | 0.74 | 0.31 | 0.04 | 325.52 | 0.9 | 0.61 |
| Hex | F5 | 40 | A8 | 0 | 4A | 1F | 4 | 146 | 5A | 3D |
| Octal | 365 | 100 | 250 | 0 | 112 | 37 | 4 | 506 | 132 | 75 |
| Binary | 11110101 | 1000000 | 10101000 | 0 | 1001010 | 11111 | 100 | 101000110 | 1011010 | 111101 |
Color Harmonies of #F540A8
Complementary color
Monochromatic Colors of #F540A8
Black with #F540A8
Text Example
Text Example
White with #F540A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540A8; }
p { color: rgb(245,64,168); }
H1.HeaderClassName
{
color: #F540A8;
}
.AnyTagClassName
{
color: #F540A8;
}
</style>
background-color css
<style>
a { background-color: #F540A8; }
a { background-color: rgb(245,64,168); }
div.DivClassName
{
background-color: #F540A8;
}
.BgClassName
{
background-color: #F540A8;
}
</style>
border-color css
<style>
span { border-color: #F540A8; }
span { border-color: rgb(245,64,168); }
td.TdClassName
{
border-color: #F540A8;
}
.TagClassName
{
border-color: #F540A8;
}
</style>