#F65372

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

Shades of Wild Watermelon #F65372

Tints of Wild Watermelon #F65372

Color information

#F65372 (or 0xF65372) is unknown color: approx Wild Watermelon. HEX triplet: F6, 53 and 72. RGB value is (246,83,114). Sum of RGB (Red+Green+Blue) = 246+83+114=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F65372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65372 is #09AC8D. Grayscale: #878787. Windows color (decimal): -633998 or 7492598. OLE color: 7492598.

HSL color Cylindrical-coordinate representation of color #F65372: hue angle of 348.59º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65372 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB24683114-
CMYK00.660.540.04
HSL348.59º90.06%64.51%-
HSV(B)348.59º66.26%96.47%-
XYZ44.1426.9918.8-
YUV135.27116206.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.53%
GREEN value IS 83 (32.81% from 255) = 18.74%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=55.53%
G=18.74%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468311400.660.540.04348.5990.0664.51
HexF6537204236415d5a41
Octal3661231620102664535132101
Binary11110110101001111100100100001011011010010101110110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65372; }

 p { color: rgb(246,83,114); }

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

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

 a { background-color: rgb(246,83,114); }

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

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

 span { border-color: rgb(246,83,114); }

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