Shades of Wild Strawberry #F03FAC
Tints of Wild Strawberry #F03FAC
RGB
CMYK
RGB Variations
Color information
#F03FAC (or 0xF03FAC) is known color: Wild Strawberry. HEX triplet: F0, 3F and AC. RGB value is (240,63,172). Sum of RGB (Red+Green+Blue) = 240+63+172=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F03FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03FAC is #0FC053. Grayscale: #808080. Windows color (decimal): -1032276 or 11288560. OLE color: 11288560.
HSL color Cylindrical-coordinate representation of color #F03FAC: hue angle of 323.05º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03FAC is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 172 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.06 |
| HSL | 323.05º | 0.86% | 0.59% | - |
| HSV(B) | 323.05º | 0.74% | 0.94% | - |
| XYZ | 45.16 | 25.06 | 41.49 | - |
| YUV | 128.35 | 152.64 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 172 | 0 | 0.74 | 0.28 | 0.06 | 323.05 | 0.86 | 0.59 |
| Hex | F0 | 3F | AC | 0 | 4A | 1C | 6 | 143 | 56 | 3B |
| Octal | 360 | 77 | 254 | 0 | 112 | 34 | 6 | 503 | 126 | 73 |
| Binary | 11110000 | 111111 | 10101100 | 0 | 1001010 | 11100 | 110 | 101000011 | 1010110 | 111011 |
Color Harmonies of #F03FAC
Complementary color
Monochromatic Colors of #F03FAC
Black with #F03FAC
Text Example
Text Example
White with #F03FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03FAC; }
p { color: rgb(240,63,172); }
H1.HeaderClassName
{
color: #F03FAC;
}
.AnyTagClassName
{
color: #F03FAC;
}
</style>
background-color css
<style>
a { background-color: #F03FAC; }
a { background-color: rgb(240,63,172); }
div.DivClassName
{
background-color: #F03FAC;
}
.BgClassName
{
background-color: #F03FAC;
}
</style>
border-color css
<style>
span { border-color: #F03FAC; }
span { border-color: rgb(240,63,172); }
td.TdClassName
{
border-color: #F03FAC;
}
.TagClassName
{
border-color: #F03FAC;
}
</style>