#F25E77

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

Shades of Wild Watermelon #F25E77

Tints of Wild Watermelon #F25E77

Color information

#F25E77 (or 0xF25E77) is unknown color: approx Wild Watermelon. HEX triplet: F2, 5E and 77. RGB value is (242,94,119). Sum of RGB (Red+Green+Blue) = 242+94+119=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25E77 is #0DA188. Grayscale: #8D8D8D. Windows color (decimal): -893321 or 7823090. OLE color: 7823090.

HSL color Cylindrical-coordinate representation of color #F25E77: hue angle of 349.86º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25E77 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB24294119-
CMYK00.610.510.05
HSL349.86º85.06%65.88%-
HSV(B)349.86º61.16%94.9%-
XYZ43.9528.2120.58-
YUV141.1115.53199.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.19%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 119 (46.88% from 255) = 26.15%
R=53.19%
G=20.66%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429411900.610.510.05349.8685.0665.88
HexF25E7703D33515e5542
Octal362136167075635536125102
Binary1111001010111101110111011110111001110110101111010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25E77; }

 p { color: rgb(242,94,119); }

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

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

 a { background-color: rgb(242,94,119); }

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

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

 span { border-color: rgb(242,94,119); }

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