#FF6768

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

Shades of Wild Watermelon #FF6768

Tints of Wild Watermelon #FF6768

Color information

#FF6768 (or 0xFF6768) is unknown color: approx Wild Watermelon. HEX triplet: FF, 67 and 68. RGB value is (255,103,104). Sum of RGB (Red+Green+Blue) = 255+103+104=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6768 is #009897. Grayscale: #949494. Windows color (decimal): -39064 or 6842367. OLE color: 6842367.

HSL color Cylindrical-coordinate representation of color #FF6768: hue angle of 359.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6768 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB255103104-
CMYK00.600.590
HSL359.61º100%70.2%-
HSV(B)359.61º59.61%100%-
XYZ48.5931.9616.7-
YUV148.56102.86203.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.19%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 104 (41.02% from 255) = 22.51%
R=55.19%
G=22.29%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510310400.600.590359.6110070.2
HexFF676803C3B01686446
Octal377147150074730550144106
Binary11111111110011111010000111100111011010110100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6768; }

 p { color: rgb(255,103,104); }

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

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

 a { background-color: rgb(255,103,104); }

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

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

 span { border-color: rgb(255,103,104); }

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