Shades of Wild Strawberry #F240AA
Tints of Wild Strawberry #F240AA
RGB
CMYK
RGB Variations
Color information
#F240AA (or 0xF240AA) is known color: Wild Strawberry. HEX triplet: F2, 40 and AA. RGB value is (242,64,170). Sum of RGB (Red+Green+Blue) = 242+64+170=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F240AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F240AA is #0DBF55. Grayscale: #818181. Windows color (decimal): -900950 or 11157746. OLE color: 11157746.
HSL color Cylindrical-coordinate representation of color #F240AA: hue angle of 324.27º 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 #F240AA is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 170 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.05 |
| HSL | 324.27º | 0.87% | 0.6% | - |
| HSV(B) | 324.27º | 0.74% | 0.95% | - |
| XYZ | 45.71 | 25.45 | 40.53 | - |
| YUV | 129.31 | 150.97 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 170 | 0 | 0.74 | 0.30 | 0.05 | 324.27 | 0.87 | 0.6 |
| Hex | F2 | 40 | AA | 0 | 4A | 1E | 5 | 144 | 57 | 3C |
| Octal | 362 | 100 | 252 | 0 | 112 | 36 | 5 | 504 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10101010 | 0 | 1001010 | 11110 | 101 | 101000100 | 1010111 | 111100 |
Color Harmonies of #F240AA
Complementary color
Monochromatic Colors of #F240AA
Black with #F240AA
Text Example
Text Example
White with #F240AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240AA; }
p { color: rgb(242,64,170); }
H1.HeaderClassName
{
color: #F240AA;
}
.AnyTagClassName
{
color: #F240AA;
}
</style>
background-color css
<style>
a { background-color: #F240AA; }
a { background-color: rgb(242,64,170); }
div.DivClassName
{
background-color: #F240AA;
}
.BgClassName
{
background-color: #F240AA;
}
</style>
border-color css
<style>
span { border-color: #F240AA; }
span { border-color: rgb(242,64,170); }
td.TdClassName
{
border-color: #F240AA;
}
.TagClassName
{
border-color: #F240AA;
}
</style>