#f65275

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

Shades of Wild Watermelon #F65275

Tints of Wild Watermelon #F65275

Color information

#F65275 (or 0xF65275) is unknown color: approx Wild Watermelon. HEX triplet: F6, 52 and 75. RGB value is (246,82,117). Sum of RGB (Red+Green+Blue) = 246+82+117=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F65275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65275 is #09AD8A. Grayscale: #878787. Windows color (decimal): -634251 or 7688950. OLE color: 7688950.

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

Color convert

RGB24682117-
CMYK00.670.520.04
HSL347.2º90.11%64.31%-
HSV(B)347.2º66.67%96.47%-
XYZ44.2326.9119.69-
YUV135.03117.83207.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.28%
GREEN value IS 82 (32.42% from 255) = 18.43%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=55.28%
G=18.43%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468211700.670.520.04347.290.1164.31
HexF6527504334415b5a40
Octal3661221650103644533132100
Binary11110110101001011101010100001111010010010101101110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f65275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f65275; }

 p { color: rgb(246,82,117); }

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

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

 a { background-color: rgb(246,82,117); }

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

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

 span { border-color: rgb(246,82,117); }

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