Shades of Wild Strawberry #F03FAA
Tints of Wild Strawberry #F03FAA
RGB
CMYK
RGB Variations
Color information
#F03FAA (or 0xF03FAA) is known color: Wild Strawberry. HEX triplet: F0, 3F and AA. RGB value is (240,63,170). Sum of RGB (Red+Green+Blue) = 240+63+170=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F03FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03FAA is #0FC055. Grayscale: #7F7F7F. Windows color (decimal): -1032278 or 11157488. OLE color: 11157488.
HSL color Cylindrical-coordinate representation of color #F03FAA: hue angle of 323.73º 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 #F03FAA is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 170 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.06 |
| HSL | 323.73º | 0.86% | 0.59% | - |
| HSV(B) | 323.73º | 0.74% | 0.94% | - |
| XYZ | 44.97 | 24.98 | 40.48 | - |
| YUV | 128.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 170 | 0 | 0.74 | 0.29 | 0.06 | 323.73 | 0.86 | 0.59 |
| Hex | F0 | 3F | AA | 0 | 4A | 1D | 6 | 144 | 56 | 3B |
| Octal | 360 | 77 | 252 | 0 | 112 | 35 | 6 | 504 | 126 | 73 |
| Binary | 11110000 | 111111 | 10101010 | 0 | 1001010 | 11101 | 110 | 101000100 | 1010110 | 111011 |
Color Harmonies of #F03FAA
Complementary color
Monochromatic Colors of #F03FAA
Black with #F03FAA
Text Example
Text Example
White with #F03FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03FAA; }
p { color: rgb(240,63,170); }
H1.HeaderClassName
{
color: #F03FAA;
}
.AnyTagClassName
{
color: #F03FAA;
}
</style>
background-color css
<style>
a { background-color: #F03FAA; }
a { background-color: rgb(240,63,170); }
div.DivClassName
{
background-color: #F03FAA;
}
.BgClassName
{
background-color: #F03FAA;
}
</style>
border-color css
<style>
span { border-color: #F03FAA; }
span { border-color: rgb(240,63,170); }
td.TdClassName
{
border-color: #F03FAA;
}
.TagClassName
{
border-color: #F03FAA;
}
</style>