#F2496E

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

Shades of Wild Watermelon #F2496E

Tints of Wild Watermelon #F2496E

Color information

#F2496E (or 0xF2496E) is unknown color: approx Wild Watermelon. HEX triplet: F2, 49 and 6E. RGB value is (242,73,110). Sum of RGB (Red+Green+Blue) = 242+73+110=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F2496E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2496E is #0DB691. Grayscale: #7F7F7F. Windows color (decimal): -898706 or 7227890. OLE color: 7227890.

HSL color Cylindrical-coordinate representation of color #F2496E: hue angle of 346.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2496E is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB24273110-
CMYK00.700.550.05
HSL346.86º86.67%61.76%-
HSV(B)346.86º69.83%94.9%-
XYZ41.8124.7717.33-
YUV127.75117.99209.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.94%
GREEN value IS 73 (28.91% from 255) = 17.18%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=56.94%
G=17.18%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427311000.700.550.05346.8686.6761.76
HexF2496E04637515b573e
Octal362111156010667553312776
Binary1111001010010011101110010001101101111011010110111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2496E; }

 p { color: rgb(242,73,110); }

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

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

 a { background-color: rgb(242,73,110); }

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

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

 span { border-color: rgb(242,73,110); }

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