#F64875

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

Shades of Wild Watermelon #F64875

Tints of Wild Watermelon #F64875

Color information

#F64875 (or 0xF64875) is unknown color: approx Wild Watermelon. HEX triplet: F6, 48 and 75. RGB value is (246,72,117). Sum of RGB (Red+Green+Blue) = 246+72+117=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F64875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64875 is #09B78A. Grayscale: #818181. Windows color (decimal): -636811 or 7686390. OLE color: 7686390.

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

Color convert

RGB24672117-
CMYK00.710.520.04
HSL344.48º90.62%62.35%-
HSV(B)344.48º70.73%96.47%-
XYZ43.5325.5119.46-
YUV129.16121.15211.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 56.55%
GREEN value IS 72 (28.52% from 255) = 16.55%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=56.55%
G=16.55%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2467211700.710.520.04344.4890.6262.35
HexF648750473441585b3e
Octal366110165010764453013376
Binary1111011010010001110101010001111101001001010110001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64875; }

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

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

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

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

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

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

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

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