#f2288e

Color #F2288E Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #F2288E

Tints of Wild Strawberry #F2288E

Color information

#F2288E (or 0xF2288E) is unknown color: approx Wild Strawberry. HEX triplet: F2, 28 and 8E. RGB value is (242,40,142). Sum of RGB (Red+Green+Blue) = 242+40+142=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F2288E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2288E is #0DD771. Grayscale: #6F6F6F. Windows color (decimal): -907122 or 9316594. OLE color: 9316594.

HSL color Cylindrical-coordinate representation of color #F2288E: hue angle of 329.7º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2288E is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB24240142-
CMYK00.830.410.05
HSL329.7º88.6%55.29%-
HSV(B)329.7º83.47%94.9%-
XYZ42.2622.3527.68-
YUV112.03144.92220.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 57.08%
GREEN value IS 40 (16.02% from 255) = 9.43%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=57.08%
G=9.43%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424014200.830.410.05329.788.655.29
HexF2288E05329514a5937
Octal36250216012351551213167
Binary1111001010100010001110010100111010011011010010101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2288e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2288e; }

 p { color: rgb(242,40,142); }

 H1.HeaderClassName
 {
   color: #f2288e;
 }
 .AnyTagClassName
 {
   color: #f2288e;
 }
</style>
background-color css

<style>
 a { background-color: #f2288e; }

 a { background-color: rgb(242,40,142); }

 div.DivClassName
 {
   background-color: #f2288e;
 }
 .BgClassName
 {
   background-color: #f2288e;
 }
</style>
border-color css

<style>
 span { border-color: #f2288e; }

 span { border-color: rgb(242,40,142); }

 td.TdClassName
 {
   border-color: #f2288e;
 }
 .TagClassName
 {
   border-color: #f2288e;
 }
</style>