Shades of Wild Strawberry #F240A8
Tints of Wild Strawberry #F240A8
RGB
CMYK
RGB Variations
Color information
#F240A8 (or 0xF240A8) is known color: Wild Strawberry. HEX triplet: F2, 40 and A8. RGB value is (242,64,168). Sum of RGB (Red+Green+Blue) = 242+64+168=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F240A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F240A8 is #0DBF57. Grayscale: #808080. Windows color (decimal): -900952 or 11026674. OLE color: 11026674.
HSL color Cylindrical-coordinate representation of color #F240A8: hue angle of 324.94º 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 #F240A8 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 168 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.05 |
| HSL | 324.94º | 0.87% | 0.6% | - |
| HSV(B) | 324.94º | 0.74% | 0.95% | - |
| XYZ | 45.52 | 25.37 | 39.54 | - |
| YUV | 129.08 | 149.97 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 168 | 0 | 0.74 | 0.31 | 0.05 | 324.94 | 0.87 | 0.6 |
| Hex | F2 | 40 | A8 | 0 | 4A | 1F | 5 | 145 | 57 | 3C |
| Octal | 362 | 100 | 250 | 0 | 112 | 37 | 5 | 505 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10101000 | 0 | 1001010 | 11111 | 101 | 101000101 | 1010111 | 111100 |
Color Harmonies of #F240A8
Complementary color
Monochromatic Colors of #F240A8
Black with #F240A8
Text Example
Text Example
White with #F240A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240A8; }
p { color: rgb(242,64,168); }
H1.HeaderClassName
{
color: #F240A8;
}
.AnyTagClassName
{
color: #F240A8;
}
</style>
background-color css
<style>
a { background-color: #F240A8; }
a { background-color: rgb(242,64,168); }
div.DivClassName
{
background-color: #F240A8;
}
.BgClassName
{
background-color: #F240A8;
}
</style>
border-color css
<style>
span { border-color: #F240A8; }
span { border-color: rgb(242,64,168); }
td.TdClassName
{
border-color: #F240A8;
}
.TagClassName
{
border-color: #F240A8;
}
</style>