Shades of Wild Strawberry #F240AC
Tints of Wild Strawberry #F240AC
RGB
CMYK
RGB Variations
Color information
#F240AC (or 0xF240AC) is known color: Wild Strawberry. HEX triplet: F2, 40 and AC. RGB value is (242,64,172). Sum of RGB (Red+Green+Blue) = 242+64+172=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F240AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F240AC is #0DBF53. Grayscale: #818181. Windows color (decimal): -900948 or 11288818. OLE color: 11288818.
HSL color Cylindrical-coordinate representation of color #F240AC: hue angle of 323.6º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F240AC is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 172 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.05 |
| HSL | 323.6º | 0.87% | 0.6% | - |
| HSV(B) | 323.6º | 0.74% | 0.95% | - |
| XYZ | 45.9 | 25.52 | 41.54 | - |
| YUV | 129.53 | 151.97 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 172 | 0 | 0.74 | 0.29 | 0.05 | 323.6 | 0.87 | 0.6 |
| Hex | F2 | 40 | AC | 0 | 4A | 1D | 5 | 144 | 57 | 3C |
| Octal | 362 | 100 | 254 | 0 | 112 | 35 | 5 | 504 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10101100 | 0 | 1001010 | 11101 | 101 | 101000100 | 1010111 | 111100 |
Color Harmonies of #F240AC
Complementary color
Monochromatic Colors of #F240AC
Black with #F240AC
Text Example
Text Example
White with #F240AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240AC; }
p { color: rgb(242,64,172); }
H1.HeaderClassName
{
color: #F240AC;
}
.AnyTagClassName
{
color: #F240AC;
}
</style>
background-color css
<style>
a { background-color: #F240AC; }
a { background-color: rgb(242,64,172); }
div.DivClassName
{
background-color: #F240AC;
}
.BgClassName
{
background-color: #F240AC;
}
</style>
border-color css
<style>
span { border-color: #F240AC; }
span { border-color: rgb(242,64,172); }
td.TdClassName
{
border-color: #F240AC;
}
.TagClassName
{
border-color: #F240AC;
}
</style>