Shades of Wild Strawberry #F53FAC
Tints of Wild Strawberry #F53FAC
RGB
CMYK
RGB Variations
Color information
#F53FAC (or 0xF53FAC) is known color: Wild Strawberry. HEX triplet: F5, 3F and AC. RGB value is (245,63,172). Sum of RGB (Red+Green+Blue) = 245+63+172=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 63 (25% from 255 or 13.12% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53FAC is #0AC053. Grayscale: #818181. Windows color (decimal): -704596 or 11288565. OLE color: 11288565.
HSL color Cylindrical-coordinate representation of color #F53FAC: hue angle of 324.07º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53FAC is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 172 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.04 |
| HSL | 324.07º | 0.9% | 0.6% | - |
| HSV(B) | 324.07º | 0.74% | 0.96% | - |
| XYZ | 46.88 | 25.95 | 41.57 | - |
| YUV | 129.84 | 151.8 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 172 | 0 | 0.74 | 0.30 | 0.04 | 324.07 | 0.9 | 0.6 |
| Hex | F5 | 3F | AC | 0 | 4A | 1E | 4 | 144 | 5A | 3C |
| Octal | 365 | 77 | 254 | 0 | 112 | 36 | 4 | 504 | 132 | 74 |
| Binary | 11110101 | 111111 | 10101100 | 0 | 1001010 | 11110 | 100 | 101000100 | 1011010 | 111100 |
Color Harmonies of #F53FAC
Complementary color
Monochromatic Colors of #F53FAC
Black with #F53FAC
Text Example
Text Example
White with #F53FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FAC; }
p { color: rgb(245,63,172); }
H1.HeaderClassName
{
color: #F53FAC;
}
.AnyTagClassName
{
color: #F53FAC;
}
</style>
background-color css
<style>
a { background-color: #F53FAC; }
a { background-color: rgb(245,63,172); }
div.DivClassName
{
background-color: #F53FAC;
}
.BgClassName
{
background-color: #F53FAC;
}
</style>
border-color css
<style>
span { border-color: #F53FAC; }
span { border-color: rgb(245,63,172); }
td.TdClassName
{
border-color: #F53FAC;
}
.TagClassName
{
border-color: #F53FAC;
}
</style>