Shades of Wild Strawberry #F043A0
Tints of Wild Strawberry #F043A0
RGB
CMYK
RGB Variations
Color information
#F043A0 (or 0xF043A0) is known color: Wild Strawberry. HEX triplet: F0, 43 and A0. RGB value is (240,67,160). Sum of RGB (Red+Green+Blue) = 240+67+160=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F043A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F043A0 is #0FBC5F. Grayscale: #818181. Windows color (decimal): -1031264 or 10503152. OLE color: 10503152.
HSL color Cylindrical-coordinate representation of color #F043A0: hue angle of 327.75º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F043A0 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 160 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.06 |
| HSL | 327.75º | 0.85% | 0.6% | - |
| HSV(B) | 327.75º | 0.72% | 0.94% | - |
| XYZ | 44.29 | 25.08 | 35.76 | - |
| YUV | 129.33 | 145.31 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 160 | 0 | 0.72 | 0.33 | 0.06 | 327.75 | 0.85 | 0.6 |
| Hex | F0 | 43 | A0 | 0 | 48 | 21 | 6 | 148 | 55 | 3C |
| Octal | 360 | 103 | 240 | 0 | 110 | 41 | 6 | 510 | 125 | 74 |
| Binary | 11110000 | 1000011 | 10100000 | 0 | 1001000 | 100001 | 110 | 101001000 | 1010101 | 111100 |
Color Harmonies of #F043A0
Complementary color
Monochromatic Colors of #F043A0
Black with #F043A0
Text Example
Text Example
White with #F043A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F043A0; }
p { color: rgb(240,67,160); }
H1.HeaderClassName
{
color: #F043A0;
}
.AnyTagClassName
{
color: #F043A0;
}
</style>
background-color css
<style>
a { background-color: #F043A0; }
a { background-color: rgb(240,67,160); }
div.DivClassName
{
background-color: #F043A0;
}
.BgClassName
{
background-color: #F043A0;
}
</style>
border-color css
<style>
span { border-color: #F043A0; }
span { border-color: rgb(240,67,160); }
td.TdClassName
{
border-color: #F043A0;
}
.TagClassName
{
border-color: #F043A0;
}
</style>