#F25762

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

Shades of Wild Watermelon #F25762

Tints of Wild Watermelon #F25762

Color information

#F25762 (or 0xF25762) is unknown color: approx Wild Watermelon. HEX triplet: F2, 57 and 62. RGB value is (242,87,98). Sum of RGB (Red+Green+Blue) = 242+87+98=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F25762 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25762 is #0DA89D. Grayscale: #868686. Windows color (decimal): -895134 or 6445042. OLE color: 6445042.

HSL color Cylindrical-coordinate representation of color #F25762: hue angle of 355.74º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25762 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB2428798-
CMYK00.640.600.05
HSL355.74º85.64%64.51%-
HSV(B)355.74º64.05%94.9%-
XYZ42.2326.5814.46-
YUV134.6107.35204.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.67%
GREEN value IS 87 (34.38% from 255) = 20.37%
BLUE value IS 98 (38.67% from 255) = 22.95%
R=56.67%
G=20.37%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242879800.640.600.05355.7485.6464.51
HexF257620403C51645641
Octal3621271420100745544126101
Binary11110010101011111000100100000011110010110110010010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25762; }

 p { color: rgb(242,87,98); }

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

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

 a { background-color: rgb(242,87,98); }

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

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

 span { border-color: rgb(242,87,98); }

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