Shades of Wild Strawberry #F240A1
Tints of Wild Strawberry #F240A1
RGB
CMYK
RGB Variations
Color information
#F240A1 (or 0xF240A1) is known color: Wild Strawberry. HEX triplet: F2, 40 and A1. RGB value is (242,64,161). Sum of RGB (Red+Green+Blue) = 242+64+161=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F240A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F240A1 is #0DBF5E. Grayscale: #808080. Windows color (decimal): -900959 or 10567922. OLE color: 10567922.
HSL color Cylindrical-coordinate representation of color #F240A1: hue angle of 327.3º 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 #F240A1 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 161 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.05 |
| HSL | 327.3º | 0.87% | 0.6% | - |
| HSV(B) | 327.3º | 0.74% | 0.95% | - |
| XYZ | 44.88 | 25.12 | 36.2 | - |
| YUV | 128.28 | 146.47 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 161 | 0 | 0.74 | 0.33 | 0.05 | 327.3 | 0.87 | 0.6 |
| Hex | F2 | 40 | A1 | 0 | 4A | 21 | 5 | 147 | 57 | 3C |
| Octal | 362 | 100 | 241 | 0 | 112 | 41 | 5 | 507 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10100001 | 0 | 1001010 | 100001 | 101 | 101000111 | 1010111 | 111100 |
Color Harmonies of #F240A1
Complementary color
Monochromatic Colors of #F240A1
Black with #F240A1
Text Example
Text Example
White with #F240A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240A1; }
p { color: rgb(242,64,161); }
H1.HeaderClassName
{
color: #F240A1;
}
.AnyTagClassName
{
color: #F240A1;
}
</style>
background-color css
<style>
a { background-color: #F240A1; }
a { background-color: rgb(242,64,161); }
div.DivClassName
{
background-color: #F240A1;
}
.BgClassName
{
background-color: #F240A1;
}
</style>
border-color css
<style>
span { border-color: #F240A1; }
span { border-color: rgb(242,64,161); }
td.TdClassName
{
border-color: #F240A1;
}
.TagClassName
{
border-color: #F240A1;
}
</style>